doc PG 17 relnotes: add missing commands for safe search path
authorBruce Momjian
Thu, 10 Oct 2024 02:58:03 +0000 (22:58 -0400)
committerBruce Momjian
Thu, 10 Oct 2024 02:58:03 +0000 (22:58 -0400)
Reported-by: Yugo NAGATA
Discussion: https://postgr.es/m/20240926141921.57d0b430fa53ac4389344847@sraoss.co.jp

Backpatch-through: 17 only

doc/src/sgml/release-17.sgml

index 8d433c9957da19e36d23c583b90fec0d43d58cad..3e4fe94a6463d8a9aebbd988ed738755fd230487 100644 (file)
 
 
     
@@ -132,11 +134,14 @@ Author: Jeff Davis 
      Change functions to use a safe 
      during maintenance operations (Jeff Davis)
      §
+     §
      
 
      
      This prevents maintenance operations (ANALYZE,
-     CLUSTERREFRESH
+     CLUSTERCREATE
+     INDEX, CREATE
+     MATERIALIZED VIEW, REFRESH
      MATERIALIZED VIEW, REINDEX,
      or VACUUM) from performing unsafe access.
      Functions used by expression indexes and materialized views that