Documentation fixup.

Wrong return type for pg_clear_attribute_stats().

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
pull/182/head
Jeff Davis 11 months ago
parent 940f7a5627
commit 07d00692c8
  1. 2
      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

Loading…
Cancel
Save