From: Bruce Momjian Date: Thu, 10 Oct 2024 02:58:03 +0000 (-0400) Subject: doc PG 17 relnotes: add missing commands for safe search path X-Git-Tag: REL_17_1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e059fb6c04e76b712a5a92de8c62e56f42e1bbf;p=thirdparty%2Fpostgresql.git 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 --- 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 @@ @@ -132,11 +134,14 @@ Author: Jeff Davis Change functions to use a safe during maintenance operations (Jeff Davis) § + § This prevents maintenance operations (ANALYZE, - CLUSTER, REFRESH + CLUSTER, CREATE + INDEX, CREATE + MATERIALIZED VIEW, REFRESH MATERIALIZED VIEW, REINDEX, or VACUUM) from performing unsafe access. Functions used by expression indexes and materialized views that