summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJeff Davis2024-10-23 16:43:06 +0000
committerJeff Davis2024-10-23 16:44:36 +0000
commit07d00692c8da83fe2835900b2294e8966c2be247 (patch)
tree7dc787e5704e2b263c0ad92e2394887a6047d257 /doc/src
parent940f7a562731084f7cb23c0a56e46056340ab664 (diff)
Documentation fixup.
Wrong return type for pg_clear_attribute_stats(). Author: Noriyoshi Shinoda Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index ba5656c86b6..3ce70b13973 100644
--- 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
<parameter>relation</parameter> <type>regclass</type>,
<parameter>attname</parameter> <type>name</type>,
<parameter>inherited</parameter> <type>boolean</type> )
- <returnvalue>boolean</returnvalue>
+ <returnvalue>void</returnvalue>
</para>
<para>
Clears table-level statistics for the given relation attribute, as