35.54. tables
tables
The view tables contains all tables and views defined in the current database.
Only those tables and views are shown that the current user has access to (by way of being the owner or having some privilege).
Column Type Description |
|---|
table_catalog Name of the database that contains the table (always the current database) |
table_schema Name of the schema that contains the table |
table_name Name of the table |
table_type Type of the table: |
self_referencing_column_name Applies to a feature not available in PostgreSQL |
reference_generation Applies to a feature not available in PostgreSQL |
user_defined_type_catalog If the table is a typed table, the name of the database that contains the underlying data type (always the current database), else null. |
user_defined_type_schema If the table is a typed table, the name of the schema that contains the underlying data type, else null. |
user_defined_type_name If the table is a typed table, the name of the underlying data type, else null. |
is_insertable_into
|
is_typed
|
commit_action Not yet implemented |
: tables Columns