PG_REPLICATION_ORIGIN_STATUS
PG_REPLICATION_ORIGIN_STATUS displays the replication status of the replication source.
Table 1 PG_REPLICATION_ORIGIN_STATUS columns
| Name | Type | Description | 
|---|
| local_id | oid | Replication source ID. | 
| external_id | text | Name of the replication source. | 
| remote_lsn | LSN | Remote LSN of the replication source. | 
| local_lsn | LSN | Local LSN of the replication source. | 
openGauss 2025-10-31 07:42:18