Function pgGetReplicationSlots

  • Returns FromItem<
        {
            active: Bool<0 | 1>;
            active_pid: Int4<0 | 1>;
            catalog_xmin: Xid<0 | 1>;
            confirmed_flush_lsn: PgLsn<0 | 1>;
            conflicting: Bool<0 | 1>;
            datoid: Oid<0 | 1>;
            failover: Bool<0 | 1>;
            inactive_since: Timestamptz<0 | 1>;
            invalidation_reason: Text<0 | 1>;
            plugin: Name<0 | 1>;
            restart_lsn: PgLsn<0 | 1>;
            safe_wal_size: Int8<0 | 1>;
            slot_name: Name<0 | 1>;
            slot_type: Text<0 | 1>;
            synced: Bool<0 | 1>;
            temporary: Bool<0 | 1>;
            two_phase: Bool<0 | 1>;
            wal_status: Text<0 | 1>;
            xmin: Xid<0 | 1>;
        },
    >