From: Bruce Momjian Date: Tue, 3 Aug 2021 15:11:51 +0000 (-0400) Subject: doc: mention inheritance's tableoid can be used in partitioning X-Git-Tag: REL_13_4~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7134b8cacca445115df7115615c063f5cc119b06;p=thirdparty%2Fpostgresql.git 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 --- 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 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, + tableoid and all the normal rules of inheritance apply as described in , with a few exceptions: