</thead>
<tbody>
+ <row>
+ <entry><structfield>oid</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry></entry>
+ <entry>Row identifier</entry>
+ </row>
+
<row>
<entry><structfield>evtname</structfield></entry>
<entry><type>name</type></entry>
<row>
<entry><structfield>partcollation</structfield></entry>
<entry><type>oidvector</type></entry>
- <entry><literal><link linkend="catalog-pg-opclass"><structname>pg_opclass</structname></link>.oid</literal></entry>
+ <entry><literal><link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.oid</literal></entry>
<entry>
For each column in the partition key, this contains the OID of the
collation to use for partitioning, or zero if the column is not
</thead>
<tbody>
+ <row>
+ <entry><structfield>oid</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry></entry>
+ <entry>Row identifier</entry>
+ </row>
+
<row>
<entry><structfield>polname</structfield></entry>
<entry><type>name</type></entry>
</thead>
<tbody>
+ <row>
+ <entry><structfield>oid</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry></entry>
+ <entry>Row identifier</entry>
+ </row>
+
<row>
<entry><structfield>prpubid</structfield></entry>
<entry><type>oid</type></entry>
<tbody>
+ <row>
+ <entry><structfield>oid</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry></entry>
+ <entry>Row identifier</entry>
+ </row>
+
<row>
<entry><structfield>stxrelid</structfield></entry>
<entry><type>oid</type></entry>
<entry>If true, the subscription is enabled and should be replicating.</entry>
</row>
- <row>
- <entry><structfield>subsynccommit</structfield></entry>
- <entry><type>text</type></entry>
- <entry></entry>
- <entry>
- Contains the value of the <varname>synchronous_commit</varname>
- setting for the subscription workers.
- </entry>
- </row>
-
<row>
<entry><structfield>subconninfo</structfield></entry>
<entry><type>text</type></entry>
for local replication origin name.</entry>
</row>
+ <row>
+ <entry><structfield>subsynccommit</structfield></entry>
+ <entry><type>text</type></entry>
+ <entry></entry>
+ <entry>
+ Contains the value of the <varname>synchronous_commit</varname>
+ setting for the subscription workers.
+ </entry>
+ </row>
+
<row>
<entry><structfield>subpublications</structfield></entry>
<entry><type>text[]</type></entry>
</thead>
<tbody>
+ <row>
+ <entry><structfield>oid</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry></entry>
+ <entry>Row identifier</entry>
+ </row>
+
<row>
<entry><structfield>trftype</structfield></entry>
<entry><type>oid</type></entry>
<entry>Name of policy</entry>
</row>
<row>
- <entry><structfield>polpermissive</structfield></entry>
+ <entry><structfield>permissive</structfield></entry>
<entry><type>text</type></entry>
<entry></entry>
<entry>Is the policy permissive or restrictive?</entry>
<row>
<entry><structfield>database</structfield></entry>
- <entry><type>text</type></entry>
+ <entry><type>name</type></entry>
<entry><literal><link linkend="catalog-pg-database"><structname>pg_database</structname></link>.datname</literal></entry>
<entry>The name of the database this slot is associated with, or
null. Only logical slots have an associated database.</entry>
<row>
<entry><structfield>data_type</structfield></entry>
<entry><type>regtype</type></entry>
- <entry><literal><link linkend="catalog-pg-authid"><structname>pg_type</structname></link>.oid</literal></entry>
+ <entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
<entry>Data type of the sequence</entry>
</row>
<row>
<row>
<entry><structfield>statistics_owner</structfield></entry>
- <entry><type>oid</type></entry>
- <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid</literal></entry>
+ <entry><type>name</type></entry>
+ <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.rolname</literal></entry>
<entry>Owner of the extended statistics</entry>
</row>
<row>
<entry><structfield>kinds</structfield></entry>
- <entry><type>text[]</type></entry>
+ <entry><type>char[]</type></entry>
<entry></entry>
<entry>Types of extended statistics enabled for this record</entry>
</row>
<row>
<entry><structfield>most_common_vals</structfield></entry>
- <entry><type>anyarray</type></entry>
+ <entry><type>text[]</type></entry>
<entry></entry>
<entry>
A list of the most common combinations of values in the columns.
<row>
<entry><structfield>most_common_val_nulls</structfield></entry>
- <entry><type>anyarray</type></entry>
+ <entry><type>bool[]</type></entry>
<entry></entry>
<entry>
A list of NULL flags for the most common combinations of values.
<row>
<entry><structfield>most_common_freqs</structfield></entry>
- <entry><type>real[]</type></entry>
+ <entry><type>float8[]</type></entry>
<entry></entry>
<entry>
A list of the frequencies of the most common combinations,
<row>
<entry><structfield>most_common_base_freqs</structfield></entry>
- <entry><type>real[]</type></entry>
+ <entry><type>float8[]</type></entry>
<entry></entry>
<entry>
A list of the base frequencies of the most common combinations,
<entry><type>timestamp with time zone</type></entry>
<entry>Send time of last reply message received from standby server</entry>
</row>
- <row>
- <entry><structfield>spill_bytes</structfield></entry>
- <entry><type>bigint</type></entry>
- <entry>Amount of decoded transaction data spilled to disk.</entry>
- </row>
<row>
<entry><structfield>spill_txns</structfield></entry>
<entry><type>bigint</type></entry>
may get spilled repeatedly, and this counter gets incremented on every
such invocation.</entry>
</row>
+ <row>
+ <entry><structfield>spill_bytes</structfield></entry>
+ <entry><type>bigint</type></entry>
+ <entry>Amount of decoded transaction data spilled to disk.</entry>
+ </row>
</tbody>
</tgroup>
</table>
</row>
<row>
<entry><structfield>subname</structfield></entry>
- <entry><type>text</type></entry>
+ <entry><type>name</type></entry>
<entry>Name of the subscription</entry>
</row>
<row>
<tbody>
<row>
<entry><structfield>name</structfield></entry>
- <entry><type>name</type></entry>
+ <entry><type>text</type></entry>
<entry>name of the SLRU</entry>
</row>
<row>