From 8a0408ae31f64f14ef6288290cdeb258fe187871 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 3 Aug 2021 11:11:51 -0400 Subject: [PATCH] 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 --- doc/src/sgml/ddl.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index e437e2e655..8f2f8184e9 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3492,7 +3492,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: