From 7e059fb6c04e76b712a5a92de8c62e56f42e1bbf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Oct 2024 22:58:03 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-17.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5