aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2021-08-03 11:11:51 -0400
committerBruce Momjian <bruce@momjian.us>2021-08-03 11:11:51 -0400
commit691272cae96b3c947d3d2d4d8c43c499e72c65a2 (patch)
treef55123c3805bac66f978f7fa3980f1c527143cb0
parentcfbbb8610d17bc6d82f37a446c38b29e2a5258f4 (diff)
downloadpostgresql-691272cae96b3c947d3d2d4d8c43c499e72c65a2.tar.gz
postgresql-691272cae96b3c947d3d2d4d8c43c499e72c65a2.zip
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
-rw-r--r--doc/src/sgml/ddl.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 7701d8000f2..e0ffb020bf9 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -4105,7 +4105,8 @@ ALTER INDEX measurement_city_id_logdate_key
<para>
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
a few exceptions: