pg_get_replication_slots(OUT slot_name name, OUT plugin name, OUT slot_type text, OUT datoid oid, OUT temporary boolean, OUT active boolean, OUT active_pid integer, OUT xmin xid, OUT catalog_xmin xid, OUT restart_lsn pg_lsn, OUT confirmed_flush_lsn pg_lsn, OUT wal_status text, OUT safe_wal_size bigint, OUT two_phase boolean)


Description

information about replication slots currently in use

Parameters

Name Type Mode
slot_name name OUT
plugin name OUT
slot_type text OUT
datoid oid OUT
temporary boolean OUT
active boolean OUT
active_pid integer OUT
xmin xid OUT
catalog_xmin xid OUT
restart_lsn pg_lsn OUT
confirmed_flush_lsn pg_lsn OUT
wal_status text OUT
safe_wal_size bigint OUT
two_phase boolean OUT

Definition