pgsql: doc: Reword old inheritance partitioning documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Reword old inheritance partitioning documentation
Date: 2018-07-05 21:12:34
Message-ID: E1fbBYI-0005qg-5X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)telsasoft(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-05 21:43:14 pgsql: logical decoding: beware of an unset specinsert change
Previous Message Alvaro Herrera 2018-07-05 21:00:24 pgsql: Reduce cost of test_decoding's new oldest_xmin test