1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Documentation fixup.

Wrong return type for pg_clear_attribute_stats().

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
This commit is contained in:
Jeff Davis 2024-10-23 09:43:06 -07:00
parent 940f7a5627
commit 07d00692c8

View File

@ -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>relation</parameter> <type>regclass</type>,
<parameter>attname</parameter> <type>name</type>, <parameter>attname</parameter> <type>name</type>,
<parameter>inherited</parameter> <type>boolean</type> ) <parameter>inherited</parameter> <type>boolean</type> )
<returnvalue>boolean</returnvalue> <returnvalue>void</returnvalue>
</para> </para>
<para> <para>
Clears table-level statistics for the given relation attribute, as Clears table-level statistics for the given relation attribute, as