doc-exports/docs/dws/dev/dws_04_0867.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
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>
2023-01-19 13:37:49 +00:00

5.6 KiB

USER_OBJECTS

USER_OBJECTS displays all database objects accessible to the current user.

Table 1 USER_OBJECTS columns

Name

Type

Description

object_name

name

Object name

object_id

oid

OID of the object

object_type

name

Type of the object (TABLE, INDEX, SEQUENCE, or VIEW)

namespace

oid

Namespace that the object belongs to

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.