35.54. 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).
Table 35.52. tables
Columns
Column Type Description |
---|
Name of the database that contains the table (always the current database) |
Name of the schema that contains the table |
Name of the table |
Type of the table: |
Applies to a feature not available in Postgres Pro |
Applies to a feature not available in Postgres Pro |
If the table is a typed table, the name of the database that contains the underlying data type (always the current database), else null. |
If the table is a typed table, the name of the schema that contains the underlying data type, else null. |
If the table is a typed table, the name of the underlying data type, else null. |
|
|
Not yet implemented |