Skip to content

Commit 7e059fb

Browse files
committed
doc PG 17 relnotes: add missing commands for safe search path
Reported-by: Yugo NAGATA Discussion: https://postgr.es/m/20240926141921.57d0b430fa53ac4389344847@sraoss.co.jp Backpatch-through: 17 only
1 parent a3c4a91 commit 7e059fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,23 @@
125125
<!--
126126
Author: Jeff Davis <jdavis@postgresql.org>
127127
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.
128130
-->
129131

130132
<listitem>
131133
<para>
132134
Change functions to use a safe <xref linkend="guc-search-path"/>
133135
during maintenance operations (Jeff Davis)
134136
<ulink url="&commit_baseurl;2af07e2f7">&sect;</ulink>
137+
<ulink url="&commit_baseurl;b4da732fd64">&sect;</ulink>
135138
</para>
136139

137140
<para>
138141
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
140145
MATERIALIZED VIEW</command>, <command>REINDEX</command>,
141146
or <command>VACUUM</command>) from performing unsafe access.
142147
Functions used by expression indexes and materialized views that

0 commit comments

Comments
 (0)