Function pgShowReplicationOriginStatus

  • Returns Setof<
        {
            from: {
                external_id: Text<0 | 1>;
                local_id: Oid<0 | 1>;
                local_lsn: PgLsn<0 | 1>;
                remote_lsn: PgLsn<0 | 1>;
            };
        },
    >