53.32. pg_tables
pg_tables
The view pg_tables provides access to useful information about each table in the database.
Column Type Description |
|---|
schemaname Name of schema containing table |
tablename Name of table |
tableowner Name of table's owner |
tablespace Name of tablespace containing table (null if default for database) |
hasindexes True if table has (or recently had) any indexes |
hasrules True if table has (or once had) rules |
hastriggers True if table has (or once had) triggers |
rowsecurity True if row security is enabled on the table |
: pg_tables Columns