forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
6.1 KiB
6.1 KiB
DBA_OBJECTS
DBA_OBJECTS displays all database objects in the database. It is accessible only to users with system administrator rights.
Name |
Type |
Description |
---|---|---|
owner |
name |
Owner of the object |
object_name |
name |
Object name |
object_id |
oid |
OID of the object |
object_type |
name |
Type of the object |
namespace |
oid |
Namespace containing the object |
created |
timestamp with time zone |
Object creation time |
last_ddl_time |
timestamp with time zone |
The last time when an object was modified. |

For details about the value ranges of last_ddl_time and last_ddl_time, see PG_OBJECT.
Parent topic: System Views