The pg_subscription_rel catalog provides information about per-relation subscription state.
| Column name | Data type | Description |
|---|---|---|
srsubid |
oid (references pg_subscription.oid) |
A reference to the subscription. |
srrelid |
oid (references pg_class.oid) |
A reference to the relation. |
srsubstate |
char |
The state code. The possible values are:
|
srsublsn |
pg_lsn |
The remote LSN of the state change used for synchronization coordination when in the s or r states. Otherwise, NULL. |