From: Jeff Davis Date: Wed, 23 Oct 2024 16:43:06 +0000 (-0700) Subject: Documentation fixup. X-Git-Tag: REL_18_BETA1~1652 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=07d00692c8da83fe2835900b2294e8966c2be247;p=postgresql.git Documentation fixup. Wrong return type for pg_clear_attribute_stats(). Author: Noriyoshi Shinoda Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM --- 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 relation regclass, attname name, inherited boolean ) - boolean + void Clears table-level statistics for the given relation attribute, as