]> granicus.if.org Git - postgresql/commit
doc: move PARTITION OF stanza to just below PARTITION BY
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 17 Jul 2018 04:54:34 +0000 (00:54 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 17 Jul 2018 04:54:34 +0000 (00:54 -0400)
commitc6736ff76046521f56c50deb31da218bc1b29533
treecc65de372a1484344c37c1bff89187d5f8b16009
parent1c04d4beea8a7f0f5fb667512025aada14c5be67
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
doc/src/sgml/ref/create_table.sgml