select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM VIEWS

pg_replication_origin_status

Read PG 18 manual ↗

The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed.

Kind
System views
Columns in this snapshot
4
Definition source
English manual

Columns 4

ColumnTypeDescription / reference
local_idoidinternal node identifier
pg_replication_origin.roident
external_idtextexternal node identifier
pg_replication_origin.roname
remote_lsnpg_lsnThe origin node's LSN up to which data has been replicated.
local_lsnpg_lsnThis node's LSN at which remote_lsn has been replicated. Used to flush commit records before persisting data to disk when using asynchronous commits.
Column history across versions
Version history 7
  1. PG 16 → 17changed
  2. PG 13 → 14changed
  3. PG 11 → 12changed
  4. PG 10 → 11changed
  5. PG 9.6 → 10changed
  6. PG 9.5 → 9.6changed
  7. PG 9.4 → 9.5added

Definition snapshot: english-manuals:bc4201b596ab5604bf8894fb95e… · English manual source