Function pgStatGetSubscription
pgStatGetSubscription( a0: Oid<0 | 1>,): Setof< { from: { last_msg_receipt_time: Timestamptz<0 | 1>; last_msg_send_time: Timestamptz<0 | 1>; latest_end_lsn: PgLsn<0 | 1>; latest_end_time: Timestamptz<0 | 1>; leader_pid: Int4<0 | 1>; pid: Int4<0 | 1>; received_lsn: PgLsn<0 | 1>; relid: Oid<0 | 1>; subid: Oid<0 | 1>; worker_type: Text<0 | 1>; }; },> Returns Setof<
{
from: {
last_msg_receipt_time: Timestamptz<0 | 1>;
last_msg_send_time: Timestamptz<0 | 1>;
latest_end_lsn: PgLsn<0 | 1>;
latest_end_time: Timestamptz<0 | 1>;
leader_pid: Int4<0 | 1>;
pid: Int4<0 | 1>;
received_lsn: PgLsn<0 | 1>;
relid: Oid<0 | 1>;
subid: Oid<0 | 1>;
worker_type: Text<0 | 1>;
};
},
>