164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PG_GTT_ATTACHED_PIDS.md 5.10 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-08-07 09:38 . new feature of logic copy

PG_GTT_ATTACHED_PIDS

PG_GTT_ATTACHED_PIDS视图查看哪些会话正在使用全局临时表,调用pg_get_attached_pid函数。

表 1 PG_GTT_ATTACHED_PIDS字段

名称

类型

描述

schemaname

name

schema名称。

tablename

name

全局临时表名称。

relid

oid

全局临时表的oid。

pids

bigint[]

线程pid列表。

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

搜索帮助