]> begriffs open source - ai-pg/blob - full-docs/txt/view-pg-replication-origin-status.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / view-pg-replication-origin-status.txt
1
2 53.19. pg_replication_origin_status #
3
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.
7
8    Table 53.19. pg_replication_origin_status Columns
9
10    Column Type
11
12    Description
13
14    local_id oid (references pg_replication_origin.roident)
15
16    internal node identifier
17
18    external_id text (references pg_replication_origin.roname)
19
20    external node identifier
21
22    remote_lsn pg_lsn
23
24    The origin node's LSN up to which data has been replicated.
25
26    local_lsn pg_lsn
27
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
30    commits.