All Products
Search
Document Center

PolarDB:USER_ALL_TABLES

Last Updated:Mar 28, 2026

USER_ALL_TABLES lists all tables owned by the current user.

Columns

ColumnTypeDescription
schema_nameTEXTThe name of the schema that contains the table.
table_nameTEXTThe name of the table.
tablespace_nameTEXTThe name of the tablespace where the table resides. Populated only when the tablespace is not the default tablespace.
statusCHARACTER VARYING(5)Included for compatibility only. Always set to VALID.
temporaryTEXTY if the table is a temporary table; N if the table is a permanent table.