@@ -7518,10 +7518,11 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7518
7518
7519
7519
<row>
7520
7520
<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>
7522
7522
</para>
7523
7523
<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
7525
7526
</para></entry>
7526
7527
</row>
7527
7528
</tbody>
@@ -7677,16 +7678,6 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7677
7678
see <xref linkend="logical-replication-publication"/>.
7678
7679
</para></entry>
7679
7680
</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>
7690
7681
</tbody>
7691
7682
</tgroup>
7692
7683
</table>
@@ -12751,19 +12742,10 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
12751
12742
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attname</structfield>)
12752
12743
</para>
12753
12744
<para>
12754
- Names of the columns included in the extended statistics object
12745
+ Name of column described by this row
12755
12746
</para></entry>
12756
12747
</row>
12757
12748
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
-
12767
12749
<row>
12768
12750
<entry role="catalog_table_entry"><para role="column_definition">
12769
12751
<structfield>inherited</structfield> <type>bool</type>
@@ -13003,10 +12985,19 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
13003
12985
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attname</structfield>)
13004
12986
</para>
13005
12987
<para>
13006
- Names of the columns the extended statistics object is defined on
12988
+ Names of the columns included in the extended statistics object
13007
12989
</para></entry>
13008
12990
</row>
13009
12991
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
+
13010
13001
<row>
13011
13002
<entry role="catalog_table_entry"><para role="column_definition">
13012
13003
<structfield>kinds</structfield> <type>char[]</type>
0 commit comments