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
commit7134b8cacca445115df7115615c063f5cc119b06 (patch)
tree231e244851110aeef880376209534db34ee1cc41
parent073069075f227f27342e4d935d937141a2ba3910 (diff)
downloadpostgresql-7134b8cacca445115df7115615c063f5cc119b06.tar.gz
postgresql-7134b8cacca445115df7115615c063f5cc119b06.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 dc978fbd7b3..5fd2bcde362 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -4103,7 +4103,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: