pgsql: Fix documentation on partitioning vs. foreign tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation on partitioning vs. foreign tables
Date: 2019-03-10 22:46:23
Message-ID: E1h37D5-0005c8-1t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 21 --------------------
doc/src/sgml/ref/create_foreign_table.sgml | 18 +++++++++++++++++
doc/src/sgml/ref/update.sgml | 31 +++++++++++++++++++++++-------
3 files changed, 42 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-11 00:38:47 pgsql: Adjust error message for partial writes in WAL segments
Previous Message Tom Lane 2019-03-10 19:18:20 pgsql: Revert "Increase the default vacuum_cost_limit from 200 to 2000"