↑↓ 选择 ↵ 打开 ⌫ 改范围 完整检索页

pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。

受支持版本: 当前版本 (18) / 17 / 16 / 15 / 14
测试与开发版本: 19 / devel
不受支持的版本: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4
历史版本PostgreSQL 8.0 已于 2010 年 10 月结束社区维护,本页译文保留供仍在使用旧版本的读者参考。新系统请看当前版本。

30.36. tables #

视图tables包含定义在当前数据库中的所有表和视图。只有那些当前用户能够访问(作为拥有者或具有某些权限)的表和视图才会被显示。

表 30.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 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。