]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix documentation on partitioning vs. foreign tables
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 10 Mar 2019 22:45:29 +0000 (19:45 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 10 Mar 2019 22:45:29 +0000 (19:45 -0300)
commitb16f8a2905820e41cc8390364b0acef4d8a6bfca
treec8dc617f371fa89cc1684ffe1d49d7f5a0955336
parentbc2232f2f54442417ca2c9a338a6f5495d430153
Fix documentation on partitioning vs. foreign tables

1. The PARTITION OF clause of CREATE FOREIGN TABLE was not explained in
   the CREATE FOREIGN TABLE reference page.  Add it.
   (Postgres 10 onwards)

2. The limitation that tuple routing cannot target partitions that are
   foreign tables was not documented clearly enough.  Improve wording.
   (Postgres 10 onwards)

3. The UPDATE tuple re-routing concurrency behavior was explained in
   the DDL chapter, which doesn't seem the right place.  Move it to the
   UPDATE reference page instead.  (Postgres 11 onwards).

Authors: Amit Langote, David Rowley.
Reviewed-by: Etsuro Fujita.
Reported-by: Derek Hans
Discussion: https://postgr.es/m/CAGrP7a3Xc1Qy_B2WJcgAD8uQTS_NDcJn06O5mtS_Ne1nYhBsyw@mail.gmail.com
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/create_foreign_table.sgml
doc/src/sgml/ref/update.sgml