pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。
pg_tables #视图pg_tables提供了对数据库中每个表的有用信息的访问。
表 45.66. pg_tables 列
| Name | Type | References | Description |
|---|---|---|---|
schemaname |
name |
|
Name of schema containing table |
tablename |
name |
|
Name of table |
tableowner |
name |
|
Name of table's owner |
tablespace |
name |
|
Name of tablespace containing table (null if default for database) |
hasindexes |
boolean |
|
True if table has (or recently had) any indexes |
hasrules |
boolean |
|
True if table has (or once had) rules |
hastriggers |
boolean |
|
True if table has (or once had) triggers |
译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。