From: Tom Lane Date: Mon, 24 May 2021 22:03:47 +0000 (-0400) Subject: Doc: move some catalogs.sgml entries to the right place. X-Git-Tag: REL_14_BETA2~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=713a431c781fbfe1a22fae4991836077f0f4c513;p=thirdparty%2Fpostgresql.git Doc: move some catalogs.sgml entries to the right place. pg_statistic_ext_data.stxdexpr was listed under the wrong catalog, as was pg_stats_ext.exprs. Also there was a bogus entry for pg_statistic_ext_data.stxexprs. Apparently a merge failure in commit a4d75c86b. Guillaume Lelarge and Tom Lane Discussion: https://postgr.es/m/CAECtzeUHw+w64eUFVeV_2FJviAw6oZ0wNLkmU843ZH4hAQfiWg@mail.gmail.com --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 8aebc4d12f4..b26b872a06c 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7518,10 +7518,11 @@ SCRAM-SHA-256$<iteration count>:&l - stxexprs pg_node_tree + stxdexpr pg_statistic[] - A list of any expressions covered by this statistics object. + Per-expression statistics, serialized as an array of + pg_statistic type @@ -7677,16 +7678,6 @@ SCRAM-SHA-256$<iteration count>:&l see . - - - - stxdexpr pg_statistic[] - - - Per-expression statistics, serialized as an array of - pg_statistic type - - @@ -12751,19 +12742,10 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx (references pg_attribute.attname) - Names of the columns included in the extended statistics object + Name of column described by this row - - - exprs text[] - - - Expressions included in the extended statistics object - - - inherited bool @@ -13003,10 +12985,19 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx (references pg_attribute.attname) - Names of the columns the extended statistics object is defined on + Names of the columns included in the extended statistics object + + + exprs text[] + + + Expressions included in the extended statistics object + + + kinds char[]