From 556799660fc4dc23e187994ae5ea622933ea720f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 14 Jan 2024 07:46:01 +0100 Subject: [PATCH] doc: Update catalog documentation for attstattarget nullable Fixup for 4f622503d6. --- doc/src/sgml/catalogs.sgml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 3ec7391ec5e..c15d861e823 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1354,6 +1354,17 @@ + + + attcollation oid + (references pg_collation.oid) + + + The defined collation of the column, or zero if the column is + not of a collatable data type + + + attstattarget int2 @@ -1363,7 +1374,7 @@ of statistics accumulated for this column by ANALYZE. A zero value indicates that no statistics should be collected. - A negative value says to use the system default statistics target. + A null value says to use the system default statistics target. The exact meaning of positive values is data type-dependent. For scalar data types, attstattarget is both the target number of most common values @@ -1371,17 +1382,6 @@ - - - attcollation oid - (references pg_collation.oid) - - - The defined collation of the column, or zero if the column is - not of a collatable data type - - - attacl aclitem[] -- 2.39.5