39.50. tables
Представление tables
показывает все таблицы и представления, определённые в текущей базе данных. В нём показываются только те таблицы и представления, к которым имеет доступ текущий пользователь (являясь их владельцем или имея некоторые права).
Таблица 39.48. Столбцы tables
Тип столбца Описание |
---|
Имя базы данных, содержащей таблицу (всегда текущая база) |
Имя схемы, содержащей таблицу |
Имя таблицы |
Тип таблицы: |
Относится к функциональности, отсутствующей в Postgres Pro |
Относится к функциональности, отсутствующей в Postgres Pro |
Если таблица является типизированной, это имя базы данных, содержащей нижележащий тип данных (всегда текущая база), иначе — NULL. |
Если таблица является типизированной, это имя схемы, содержащей нижележащий тип данных, иначе — NULL. |
Если таблица является типизированной, это имя типа данных, иначе — NULL. |
|
|
Ещё не реализовано |
39.50. 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 39.48. 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 |