Commit c362570e authored by Bruce Momjian's avatar Bruce Momjian

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
parent 924e1d0d
...@@ -4105,7 +4105,8 @@ ALTER INDEX measurement_city_id_logdate_key ...@@ -4105,7 +4105,8 @@ ALTER INDEX measurement_city_id_logdate_key
<para> <para>
Since a partition hierarchy consisting of the partitioned table and its Since a partition hierarchy consisting of the partitioned table and its
partitions is still an inheritance hierarchy, all the normal rules of partitions is still an inheritance hierarchy,
<structfield>tableoid</structfield> and all the normal rules of
inheritance apply as described in <xref linkend="ddl-inherit"/>, with inheritance apply as described in <xref linkend="ddl-inherit"/>, with
a few exceptions: a few exceptions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment