From 0f22fa2384122f0ace72cc8b90592388ced8fc3a 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 6cb179728d7..8d44ab43013 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3090,7 +3090,8 @@ VALUES ('Albany', NULL, NULL, 'NY'); That means partitioned tables and partitions do not participate in inheritance with regular tables. Since a partition hierarchy consisting of the partitioned table and its partitions is still an inheritance - hierarchy, all the normal rules of inheritance apply as described in + hierarchy, tableoid and all the normal rules + of inheritance apply as described in with some exceptions, most notably: -- 2.39.5