Function pgStatGetReplicationSlot

  • Parameters

    Returns Record<
        0
        | 1,
        {
            slot_name: Text<0 | 1>;
            spill_bytes: Int8<0 | 1>;
            spill_count: Int8<0 | 1>;
            spill_txns: Int8<0 | 1>;
            stats_reset: Timestamptz<0 | 1>;
            stream_bytes: Int8<0 | 1>;
            stream_count: Int8<0 | 1>;
            stream_txns: Int8<0 | 1>;
            total_bytes: Int8<0 | 1>;
            total_txns: Int8<0 | 1>;
        },
    >