]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: mention inheritance's tableoid can be used in partitioning
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Aug 2021 15:11:51 +0000 (11:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Aug 2021 15:11:51 +0000 (11:11 -0400)
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

doc/src/sgml/ddl.sgml

index 6cb179728d7d6d7c77d7e7cd8c93655a0db1ef7b..8d44ab430136f58867b949239b3b75641138aa02 100644 (file)
@@ -3090,7 +3090,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
     That means partitioned tables and partitions do not participate in
     inheritance with regular tables.  Since a partition hierarchy consisting
     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:
 
     <itemizedlist>