aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-10-09 22:58:03 -0400
committerBruce Momjian <bruce@momjian.us>2024-10-09 22:58:03 -0400
commit7e059fb6c04e76b712a5a92de8c62e56f42e1bbf (patch)
tree2cb05c8e9f8f39cda45081992857a78f79b5a827
parenta3c4a91f1e283cc4b79f0b0482d2c490a599d880 (diff)
downloadpostgresql-7e059fb6c04e76b712a5a92de8c62e56f42e1bbf.tar.gz
postgresql-7e059fb6c04e76b712a5a92de8c62e56f42e1bbf.zip
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
-rw-r--r--doc/src/sgml/release-17.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 8d433c9957d..3e4fe94a646 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -125,6 +125,8 @@
<!--
Author: Jeff Davis <jdavis@postgresql.org>
2024-03-04 [2af07e2f7] Fix search_path to a safe value during maintenance opera
+Author: Jeff Davis <jdavis@postgresql.org>
+2024-07-16 [b4da732fd64] When creating materialized views, use REFRESH to load data.
-->
<listitem>
@@ -132,11 +134,14 @@ Author: Jeff Davis <jdavis@postgresql.org>
Change functions to use a safe <xref linkend="guc-search-path"/>
during maintenance operations (Jeff Davis)
<ulink url="&commit_baseurl;2af07e2f7">&sect;</ulink>
+ <ulink url="&commit_baseurl;b4da732fd64">&sect;</ulink>
</para>
<para>
This prevents maintenance operations (<command>ANALYZE</command>,
- <command>CLUSTER</command>, <command>REFRESH
+ <command>CLUSTER</command>, <command>CREATE
+ INDEX</command>, <command>CREATE
+ MATERIALIZED VIEW</command>, <command>REFRESH
MATERIALIZED VIEW</command>, <command>REINDEX</command>,
or <command>VACUUM</command>) from performing unsafe access.
Functions used by expression indexes and materialized views that