53.19. pg_replication_origin_status
pg_replication_origin_status
The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication origins see Replication Progress Tracking.
Column Type Description |
|---|
local_id internal node identifier |
external_id external node identifier |
remote_lsn The origin node's LSN up to which data has been replicated. |
local_lsn This node's LSN at which |
: pg_replication_origin_status Columns