ADM_OBJECTS
ADM_OBJECTS displays all database objects in the database. Only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in both PG_CATALOG and SYS schema.
Name |
Type |
Description |
---|---|---|
owner |
name |
Object owner |
object_name |
name |
Object name |
object_id |
oid |
OID of the object |
object_type |
name |
Object class. For example, table, schema, and index. |
namespace |
oid |
Namespace containing the object |
created |
timestamp with time zone |
Creation time of the object |
last_ddl_time |
timestamp with time zone |
Last time when the object was modified |
For details on the value ranges of created and last_ddl_time, see PG_OBJECT.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot