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 | The last modification time of an object. The modification operations include ALTER, GRANT, and REVOKE. |
| last_analyze_time | timestamp with time zone | Time when an object is analyzed for the last time. |
- Only normal user operations are recorded. Operations before the object upgrade and during the initdb process cannot be recorded.
- ctime and mtime are the start time of the transaction.
- The time of object modification due to capacity expansion is also recorded.
Last Article: PG_NAMESPACE
Next Article: PG_OBSSCANINFO
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.