All Products
Search
Document Center

PolarDB:ALL_OBJECTS

Last Updated:Mar 28, 2026

ALL_OBJECTS displays metadata for all objects in the database.

Columns

ColumnTypeDescription
ownerTEXTUsername of the object's owner.
schema_nameTEXTName of the schema that contains the object.
object_nameTEXTName of the object.
object_typeTEXTType of the object. Possible values: INDEX, FUNCTION, PACKAGE, PACKAGE BODY, PROCEDURE, SEQUENCE, SYNONYM, TABLE, TRIGGER, and VIEW.
statusCHARACTER VARYINGWhether the object state is valid. Included for compatibility only. Always set to VALID.
temporaryTEXTWhether the object is temporary. Y: temporary object. N: permanent object.
last_ddl_timeTIMESTAMP WITH TIME ZONETimestamp of the last DDL (Data Definition Language) statement executed on the object.
data_object_idOIDObject identifier (OID) of data.
subobject_nameTEXTName of the subobject.
object_idOIDObject identifier.