pgsql: doc: mention inheritance's tableoid can be used in partitioning

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: mention inheritance's tableoid can be used in partitioning
Date: 2021-08-03 15:12:26
Message-ID: E1mAw5i-000496-AH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)palenik(at)freemap(dot)sk

Discussion: https://postgr.es/m/162627031219.693.11508199541771263335@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0f22fa2384122f0ace72cc8b90592388ced8fc3a

Modified Files
--------------
doc/src/sgml/ddl.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-08-03 15:28:13 pgsql: pg_upgrade: improve docs about extension upgrades
Previous Message Bruce Momjian 2021-08-03 14:58:08 pgsql: doc: add example of using pg_dump with GNU split and gzip