pgsql: doc: move PARTITION OF stanza to just below PARTITION BY

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: move PARTITION OF stanza to just below PARTITION BY
Date: 2018-07-17 04:55:25
Message-ID: E1ffI1F-0007Kn-NV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: move PARTITION OF stanza to just below PARTITION BY

It's more logical this way, since the new ordering matches the way the
tables are created; but in any case, the previous location of PARTITION OF
did not appear carefully chosen anyway (since it didn't match the
location in which it appears in the synopsys either, which is what we
normally do.)

In the PARTITION BY stanza, add a link to the partitioning section in
the DDL chapter, too.

Suggested-by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwY4Ld7ecxL_KAmaxwt0FUu5VcPPN2L4dh+3BeYbrdBa5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c6736ff76046521f56c50deb31da218bc1b29533

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 273 +++++++++++++++++++------------------
1 file changed, 139 insertions(+), 134 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-17 04:57:36 Re: pgsql: Allow UNIQUE indexes on partitioned tables
Previous Message Michael Paquier 2018-07-17 04:19:49 Re: Refactor documentation for wait events (Was: pgsql: Add wait event for fsync of WAL segments)