select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

pg_subscription

Read PG 18 manual ↗

The catalog pg_subscription contains all existing logical replication subscriptions.

Kind
System catalogs
Columns in this snapshot
18
Definition source
English manual

Columns 18

ColumnTypeDescription / reference
oidoidRow identifier
subdbidoidOID of the database that the subscription resides in
pg_database.oid
subskiplsnpg_lsnFinish LSN of the transaction whose changes are to be skipped, if a valid LSN; otherwise 0/0.
subnamenameName of the subscription
subowneroidOwner of the subscription
pg_authid.oid
subenabledboolIf true, the subscription is enabled and should be replicating
subbinaryboolIf true, the subscription will request that the publisher send data in binary format
substreamcharControls how to handle the streaming of in-progress transactions: f = disallow streaming of in-progress transactions, t = spill the changes of in-progress transactions to disk and apply at once after the transaction is committed on the publisher and received by the subscriber, p = apply changes directly using a parallel apply worker if available (same as t if no worker is available)
subtwophasestatecharState codes for two-phase mode: d = disabled, p = pending enablement, e = enabled
subdisableonerrboolIf true, the subscription will be disabled if one of its workers detects an error
subpasswordrequiredboolIf true, the subscription will be required to specify a password for authentication
subrunasownerboolIf true, the subscription will be run with the permissions of the subscription owner
subfailoverboolIf true, the associated replication slots (i.e. the main slot and the table synchronization slots) in the upstream database are enabled to be synchronized to the standbys
subconninfotextConnection string to the upstream database
subslotnamenameName of the replication slot in the upstream database (also used for the local replication origin name); null represents NONE
subsynccommittextThe synchronous_commit setting for the subscription's workers to use
subpublicationstext[]Array of subscribed publication names. These reference publications defined in the upstream database. For more on publications see Section 29.1.
suborigintextThe origin value must be either none or any. The default is any. If none, the subscription will request the publisher to only send changes that don't have an origin. If any, the publisher sends changes regardless of their origin.
Column history across versions
Version history 9
  1. PG 18 → 19changed
  2. PG 17 → 18changed
  3. PG 16 → 17changed
  4. PG 15 → 16changed
  5. PG 14 → 15changed
  6. PG 13 → 14changed
  7. PG 11 → 12changed
  8. PG 10 → 11changed
  9. PG 9.6 → 10added

Definition snapshot: english-manuals:2524454e99864d29a47971aeebf… · English manual source