Files
doc-exports/docs/dws/dev/dws_04_0648.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

6.0 KiB

ALL_OBJECTS

ALL_OBJECTS displays all database objects accessible to the current user.

Table 1 ALL_OBJECTS columns

Column

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

Last time when the object was modified

For details about the value ranges of last_ddl_time and last_ddl_time, see PG_OBJECT.