pgsql: Doc: be clearer that foreign-table partitions need user-added co - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: be clearer that foreign-table partitions need user-added co
Date
Msg-id E1nGPI5-00068E-2H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: be clearer that foreign-table partitions need user-added constraints.

A very well-informed user might deduce this from what we said already,
but I'd bet against it.  Lay it out explicitly.

While here, rewrite the comment about tuple routing to be more
intelligible to an average SQL user.

Per bug #17395 from Alexander Lakhin.  Back-patch to v11.  (The text
in this area is different in v10 and I'm not sufficiently excited
about this point to adapt the patch.)

Discussion: https://postgr.es/m/17395-8c326292078d1a57@postgresql.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml                      |  9 ++++++---
doc/src/sgml/ref/create_foreign_table.sgml | 30 +++++++++++++++++++++++-------
2 files changed, 29 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Test, don't just Assert, that mergejoin's inputs are in order.
Next
From: Michael Paquier
Date:
Subject: pgsql: pg_upgrade: Move all the files generated internally to a subdire