REPLICATION_STAT
REPLICATION_STAT describes information about log synchronization status, such as the locations where the sender sends logs and where the receiver receives logs, as described in Table 1. In the multi-tenancy scenario, global information is returned if this view is accessed in a non-PDB, and information about a PDB is returned if this view is accessed in the PDB. Currently, PDB-level log synchronization is not supported. Therefore, an empty list is returned.
Name |
Type |
Description |
---|---|---|
pid |
bigint |
Process ID of the thread. |
usesysid |
oid |
User system ID. |
usename |
name |
Username. |
application_name |
text |
Program name. |
client_addr |
inet |
Client address. |
client_hostname |
text |
Client name. |
client_port |
integer |
Port of the client. |
backend_start |
timestamp with time zone |
Start time of the program. |
state |
text |
Log replication state:
|
sender_sent_location |
text |
Location where the sender sends logs. |
receiver_write_location |
text |
Location where the receiver writes logs. |
receiver_flush_location |
text |
Location where the receiver flushes logs. |
receiver_replay_location |
text |
Location where the receiver replays logs. |
sync_priority |
integer |
Priority of synchronous duplication (0 indicates asynchronization.) |
sync_state |
text |
Synchronization state:
|
dbid |
oid |
Database ID. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.