diff options
| author | Bruce Momjian <bruce@momjian.us> | 2021-08-03 11:11:51 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2021-08-03 11:11:51 -0400 |
| commit | c362570e83ab08e41e18437e158a8542dd8c3556 (patch) | |
| tree | 0e37ef5c48b3a9a801176ce571bdd7d38d60abc0 /doc/src | |
| parent | 924e1d0da958c82b79b225b43672532f9f36df9b (diff) | |
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
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ddl.sgml | 3 |
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: |
