Skip to content

Commit 8a0408a

Browse files
committed
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
1 parent 26cca20 commit 8a0408a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,8 @@ ALTER INDEX measurement_city_id_logdate_key
34923492

34933493
<para>
34943494
Since a partition hierarchy consisting of the partitioned table and its
3495-
partitions is still an inheritance hierarchy, all the normal rules of
3495+
partitions is still an inheritance hierarchy,
3496+
<structfield>tableoid</structfield> and all the normal rules of
34963497
inheritance apply as described in <xref linkend="ddl-inherit"/>, with
34973498
a few exceptions:
34983499

0 commit comments

Comments
 (0)