2 53.19. pg_replication_origin_status #
4 The pg_replication_origin_status view contains information about how
5 far replay for a certain origin has progressed. For more on replication
6 origins see Chapter 48.
8 Table 53.19. pg_replication_origin_status Columns
14 local_id oid (references pg_replication_origin.roident)
16 internal node identifier
18 external_id text (references pg_replication_origin.roname)
20 external node identifier
24 The origin node's LSN up to which data has been replicated.
28 This node's LSN at which remote_lsn has been replicated. Used to flush
29 commit records before persisting data to disk when using asynchronous