pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。
tables #视图tables包含定义在当前数据库中的所有表和视图。只有那些当前用户能够访问(作为拥有者或具有某些权限)的表和视图才会被显示。
表 31.34. tables 列
| 名称 | 数据类型 | 描述 |
|---|---|---|
table_catalog |
sql_identifier |
包含该表的数据库名称(总是当前数据库) |
table_schema |
sql_identifier |
包含该表的模式名称 |
table_name |
sql_identifier |
表的名称 |
table_type |
character_data |
Type of the table: BASE TABLE for a persistent base table (the normal table type), VIEW for a view, or LOCAL TEMPORARY for a temporary table |
self_referencing_column_name |
sql_identifier |
对应 PostgreSQL 不支持的特性 |
reference_generation |
character_data |
对应 PostgreSQL 不支持的特性 |
user_defined_type_catalog |
sql_identifier |
对应 PostgreSQL 中不可用的特性 |
user_defined_type_schema |
sql_identifier |
对应 PostgreSQL 中不可用的特性 |
user_defined_type_name |
sql_identifier |
对应 PostgreSQL 中不可用的特性 |
译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。