pg_subscription

Properties
Property Value    Property Value
OID16892Total size16.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
Comment
Columns - 8
Name Type Length Default value Allow null Unique Comment
subdbid oid false false
subname name false false
subowner oid false false
subenabled boolean false false
subconninfo text false false
subslotname name false false
subsynccommit text false false
subpublications text[] false false
Indexes - 1
Name Primary Unique Clustered Size Definition
pg_subscription_pkey true true false 8.0 KB
btree (oid)
Foreign keys - 2
Name Keys Reference table Reference keys Match type Delete type Update type
pg_subscription_subdbid_fkey subdbid pg_database no action no action
pg_subscription_subowner_fkey subowner pg_authid no action no action