Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 921 Bytes

File metadata and controls

17 lines (13 loc) · 921 Bytes

pg_stat_last_shoperation

pg_stat_last_shoperation 表包含全局对象(角色,表空间等)的元数据跟踪信息。

表 1. pg_catalog.pg_stat_last_shoperation
类型 参考 描述
classid oid pg_class.oid 包含对象的系统目录的OID。
objid oid any OID column 对象在其系统目录内的对象OID。
staactionname name 在对象上采取的动作。
stasysid oid
stausename name 在该对象上执行操作的角色的名称。
stasubtype text 被执行操作的对象的类型或者被执行操作的子类。
statime timestamp with timezone 操作的时间戳。这和写到 HashData 数据库服务器日志文件的时间戳是相同的,以便在日志中查询更多关于操作细节的信息。

上级主题: 系统目录定义