pgsql: doc: Reword old inheritance partitioning documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Reword old inheritance partitioning documentation
Date
Msg-id E1fbBYI-0005qg-5X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Reword old inheritance partitioning documentation

Prefer to use phrases like "child" instead of "partition" when
describing the legacy inheritance-based partitioning.  The word
"partition" now has a fixed meaning for the built-in partitioning, so
keeping it out of the documentation of the old method makes things
clearer.

Author: Justin Pryzby <pryzby@telsasoft.com>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 103 +++++++++++++++++++++++++-------------------------
1 file changed, 52 insertions(+), 51 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Reduce cost of test_decoding's new oldest_xmin test
Next
From: Alvaro Herrera
Date:
Subject: pgsql: logical decoding: beware of an unset specinsert change