File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 125
125
<!--
126
126
Author: Jeff Davis <jdavis@postgresql.org>
127
127
2024-03-04 [2af07e2f7] Fix search_path to a safe value during maintenance opera
128
+ Author: Jeff Davis <jdavis@postgresql.org>
129
+ 2024-07-16 [b4da732fd64] When creating materialized views, use REFRESH to load data.
128
130
-->
129
131
130
132
<listitem>
131
133
<para>
132
134
Change functions to use a safe <xref linkend="guc-search-path"/>
133
135
during maintenance operations (Jeff Davis)
134
136
<ulink url="&commit_baseurl;2af07e2f7">§</ulink>
137
+ <ulink url="&commit_baseurl;b4da732fd64">§</ulink>
135
138
</para>
136
139
137
140
<para>
138
141
This prevents maintenance operations (<command>ANALYZE</command>,
139
- <command>CLUSTER</command>, <command>REFRESH
142
+ <command>CLUSTER</command>, <command>CREATE
143
+ INDEX</command>, <command>CREATE
144
+ MATERIALIZED VIEW</command>, <command>REFRESH
140
145
MATERIALIZED VIEW</command>, <command>REINDEX</command>,
141
146
or <command>VACUUM</command>) from performing unsafe access.
142
147
Functions used by expression indexes and materialized views that
You can’t perform that action at this time.
0 commit comments