projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940f7a5
)
Documentation fixup.
author
Jeff Davis
Wed, 23 Oct 2024 16:43:06 +0000
(09:43 -0700)
committer
Jeff Davis
Wed, 23 Oct 2024 16:44:36 +0000
(09:44 -0700)
Wrong return type for pg_clear_attribute_stats().
Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index ba5656c86b627f4e1b68b8f2c8d46cd3da8c29bb..3ce70b139735d6c688cf2acf8ae286e12bae4df1 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-30281,7
+30281,7
@@
DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a
relation
regclass
,
attname
name
,
inherited
boolean
)
-
boolean
+
void
Clears table-level statistics for the given relation attribute, as