PG_STAT_SUBSCRIPTION获取订阅的详细同步信息。 表1 PG_STAT_SUBSCRIPTION字段 名称 类型 描述 subid oid 订阅的oid。 subname name 订阅的名称。 pid integer 后台apply线程的thread id。 received_lsn text 从发布端接收到的最近的lsn。 last_msg_send_time timestamp with time zone 最近发布端发送消息的时间...
PG_STAT_SUBSCRIPTION displays the detailed synchronization information about a subscription.