Skip to content

Commit 713a431

Browse files
committed
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 a4d75c8. Guillaume Lelarge and Tom Lane Discussion: https://postgr.es/m/CAECtzeUHw+w64eUFVeV_2FJviAw6oZ0wNLkmU843ZH4hAQfiWg@mail.gmail.com
1 parent 99c5852 commit 713a431

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7518,10 +7518,11 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
75187518

75197519
<row>
75207520
<entry role="catalog_table_entry"><para role="column_definition">
7521-
<structfield>stxexprs</structfield> <type>pg_node_tree</type>
7521+
<structfield>stxdexpr</structfield> <type>pg_statistic[]</type>
75227522
</para>
75237523
<para>
7524-
A list of any expressions covered by this statistics object.
7524+
Per-expression statistics, serialized as an array of
7525+
<structname>pg_statistic</structname> type
75257526
</para></entry>
75267527
</row>
75277528
</tbody>
@@ -7677,16 +7678,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
76777678
see <xref linkend="logical-replication-publication"/>.
76787679
</para></entry>
76797680
</row>
7680-
7681-
<row>
7682-
<entry role="catalog_table_entry"><para role="column_definition">
7683-
<structfield>stxdexpr</structfield> <type>pg_statistic[]</type>
7684-
</para>
7685-
<para>
7686-
Per-expression statistics, serialized as an array of
7687-
<structname>pg_statistic</structname> type
7688-
</para></entry>
7689-
</row>
76907681
</tbody>
76917682
</tgroup>
76927683
</table>
@@ -12751,19 +12742,10 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1275112742
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attname</structfield>)
1275212743
</para>
1275312744
<para>
12754-
Names of the columns included in the extended statistics object
12745+
Name of column described by this row
1275512746
</para></entry>
1275612747
</row>
1275712748

12758-
<row>
12759-
<entry role="catalog_table_entry"><para role="column_definition">
12760-
<structfield>exprs</structfield> <type>text[]</type>
12761-
</para>
12762-
<para>
12763-
Expressions included in the extended statistics object
12764-
</para></entry>
12765-
</row>
12766-
1276712749
<row>
1276812750
<entry role="catalog_table_entry"><para role="column_definition">
1276912751
<structfield>inherited</structfield> <type>bool</type>
@@ -13003,10 +12985,19 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1300312985
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attname</structfield>)
1300412986
</para>
1300512987
<para>
13006-
Names of the columns the extended statistics object is defined on
12988+
Names of the columns included in the extended statistics object
1300712989
</para></entry>
1300812990
</row>
1300912991

12992+
<row>
12993+
<entry role="catalog_table_entry"><para role="column_definition">
12994+
<structfield>exprs</structfield> <type>text[]</type>
12995+
</para>
12996+
<para>
12997+
Expressions included in the extended statistics object
12998+
</para></entry>
12999+
</row>
13000+
1301013001
<row>
1301113002
<entry role="catalog_table_entry"><para role="column_definition">
1301213003
<structfield>kinds</structfield> <type>char[]</type>

0 commit comments

Comments
 (0)