USER_TABLES v16

The USER_TABLES view displays information about all tables owned by the current user.

NameTypeDescription
schema_nameTEXTName of the schema in which the table belongs.
table_nameTEXTName of the table.
tablespace_nameTEXTName of the tablespace in which the table resides. If the tablespace name isn't specified, the default tablespace is PG_DEFAULT.
degreeCHARACTER VARYING(10)Number of threads per instance to scan a table, or DEFAULT.
statusCHARACTER VARYING(5)Included only for compatibility. Always set to VALID.
temporaryCHARACTER(1)Y if the table is temporary, N if the table isn't temporary.