pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。
pg_inherits #目录pg_inherits记录有关表继承层次的信息。 数据库中每个直接子表在这里都有一项。(非直接继承可以通过顺着项构成的链来确定。)
表 45.26. pg_inherits 列
| Name | Type | References | Description |
|---|---|---|---|
inhrelid |
oid |
|
The OID of the child table |
inhparent |
oid |
|
The OID of the parent table |
inhseqno |
int4 |
If there is more than one direct parent for a child table (multiple inheritance), this number tells the order in which the inherited columns are to be arranged. The count starts at 1. |
译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。