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 PostgreSQL |
Applies to a feature not available in PostgreSQL |
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 |
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.