164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PG_STAT_SUBSCRIPTION.md 5.72 KB
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2022-03-19 11:03 . fix feature

PG_STAT_SUBSCRIPTION

获取订阅的详细同步信息。

表 1 PG_STAT_SUBSCRIPTION字段

名称

类型

描述

subid

oid

订阅的OID。

subname

name

订阅的名称。

pid

thread_id

后台apply线程的thread id。

received_lsn

LSN

从发布端接收到的最近的lsn。

last_msg_send_time

timestamp

最近发布端发送消息的时间。

last_msg_receipt_time

timestamp

最新订阅端收到消息的时间。

latest_end_lsn

LSN

最近一次收到保活消息时发布端的lsn。

latest_end_time

timestamp

最近一次收到保活消息的时间。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助