1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: mention inheritance's tableoid can be used in partitioning

Previously tableoid was not mentioned in the partition doc section.  We
only had a link to the "all the normal rules" of inheritance section.

Reported-by: michal.palenik@freemap.sk

Discussion: https://postgr.es/m/162627031219.693.11508199541771263335@wrigleys.postgresql.org

Backpatch-through: 10
This commit is contained in:
Bruce Momjian
2021-08-03 11:11:51 -04:00
parent b8da099290
commit 0f22fa2384

View File

@ -3090,7 +3090,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
That means partitioned tables and partitions do not participate in That means partitioned tables and partitions do not participate in
inheritance with regular tables. Since a partition hierarchy consisting inheritance with regular tables. Since a partition hierarchy consisting
of the partitioned table and its partitions is still an inheritance of the partitioned table and its partitions is still an inheritance
hierarchy, all the normal rules of inheritance apply as described in hierarchy, <structfield>tableoid</structfield> and all the normal rules
of inheritance apply as described in
<xref linkend="ddl-inherit"> with some exceptions, most notably: <xref linkend="ddl-inherit"> with some exceptions, most notably:
<itemizedlist> <itemizedlist>