Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07d0069

Browse files
committed
Documentation fixup.
Wrong return type for pg_clear_attribute_stats(). Author: Noriyoshi Shinoda Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 940f7a5 commit 07d0069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30281,7 +30281,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a
3028130281
<parameter>relation</parameter> <type>regclass</type>,
3028230282
<parameter>attname</parameter> <type>name</type>,
3028330283
<parameter>inherited</parameter> <type>boolean</type> )
30284-
<returnvalue>boolean</returnvalue>
30284+
<returnvalue>void</returnvalue>
3028530285
</para>
3028630286
<para>
3028730287
Clears table-level statistics for the given relation attribute, as

0 commit comments

Comments
 (0)