projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c4a91
)
doc PG 17 relnotes: add missing commands for safe search path
author
Bruce Momjian
Thu, 10 Oct 2024 02:58:03 +0000
(22:58 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-17.sgml
b/doc/src/sgml/release-17.sgml
index 8d433c9957da19e36d23c583b90fec0d43d58cad..3e4fe94a6463d8a9aebbd988ed738755fd230487 100644
(file)
--- 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