I made up a very crude hack to compare the docs with reality (as
embodied in the system catalogs) ... and indeed they don't match
everywhere. Missing oid columns, wrong data types, wrong "references"
links, columns listed in the wrong order. None of this seems quite
important enough to back-patch.
+ |
+ oid
+ oid
+
+ Row identifier
+
+
|
evtname
name
|
partcollation
oidvector
- opclass">pg_opclass .oid
+ collation">pg_collation .oid
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
+ |
+ oid
+ oid
+
+ Row identifier
+
+
|
polname
name
+ |
+ oid
+ oid
+
+ Row identifier
+
+
|
prpubid
oid
+ |
+ oid
+ oid
+
+ Row identifier
+
+
|
stxrelid
oid
If true, the subscription is enabled and should be replicating.
- |
- subsynccommit
- text
-
-
- Contains the value of the synchronous_commit
- setting for the subscription workers.
-
-
-
|
subconninfo
text
for local replication origin name.
+ |
+ subsynccommit
+ text
+
+
+ Contains the value of the synchronous_commit
+ setting for the subscription workers.
+
+
+
|
subpublications
text[]
+ |
+ oid
+ oid
+
+ Row identifier
+
+
|
trftype
oid
Name of policy
|
- polp ermissive
+ permissive
text
Is the policy permissive or restrictive?
|
database
- text
+ name
pg_database .datname
The name of the database this slot is associated with, or
null. Only logical slots have an associated database.
|
data_type
regtype
- authid">pg_type .oid
+ type">pg_type .oid
Data type of the sequence
|
|
statistics_owner
- oid
- pg_authid .oid
+ name
+ pg_authid .rolname
Owner of the extended statistics
|
kinds
- text []
+ char []
Types of extended statistics enabled for this record
|
most_common_vals
- anyarray
+ text[]
A list of the most common combinations of values in the columns.
|
most_common_val_nulls
- anyarray
+ bool[]
A list of NULL flags for the most common combinations of values.
|
most_common_freqs
- real []
+ float8 []
A list of the frequencies of the most common combinations,
|
most_common_base_freqs
- real []
+ float8 []
A list of the base frequencies of the most common combinations,
|
result_cast_char_octet_length
- character_data
+ cardinal_number
Applies to a feature not available in PostgreSQL
|
result_cast_datetime_precision
- character_data
+ cardinal_number
Applies to a feature not available in PostgreSQL
timestamp with time zone
Send time of last reply message received from standby server
- |
- spill_bytes
- bigint
- Amount of decoded transaction data spilled to disk.
-
|
spill_txns
bigint
may get spilled repeatedly, and this counter gets incremented on every
such invocation.
+ |
+ spill_bytes
+ bigint
+ Amount of decoded transaction data spilled to disk.
+
|
subname
- text
+ name
Name of the subscription
|
|
name
- name
+ text
name of the SLRU
|