forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
6.9 KiB
6.9 KiB
PG_OBJECT
PG_OBJECT records the user creation, creation time, last modification time, and last analyzing time of objects of specified types (types existing in object_type).
Name |
Type |
Description |
---|---|---|
object_oid |
oid |
Object identifier. |
object_type |
"char" |
Object type:
|
creator |
oid |
ID of the creator. |
ctime |
timestamp with time zone |
Object creation time. |
mtime |
timestamp with time zone |
Time when the object was last modified. By default, the ALTER, COMMENT, GRANT/REVOKE, and TRUNCATE operations are recorded. |
last_analyze_time |
timestamp with time zone |
Time when an object is analyzed for the last time. |
Parent topic: System Catalogs