Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 691272c

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 cfbbb86 commit 691272c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ddl.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,8 @@ ALTER INDEX measurement_city_id_logdate_key
41054105

41064106
<para>
41074107
Since a partition hierarchy consisting of the partitioned table and its
4108-
partitions is still an inheritance hierarchy, all the normal rules of
4108+
partitions is still an inheritance hierarchy,
4109+
<structfield>tableoid</structfield> and all the normal rules of
41094110
inheritance apply as described in <xref linkend="ddl-inherit"/>, with
41104111
a few exceptions:
41114112

0 commit comments

Comments
 (0)