pgsql: In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.
Date
Msg-id E1nuGnQ-001G2q-5p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.

Foreign tables can be partitioned, but previous documentation commits
left the syntax synopsis both incomplete and incorrect.

Justin Pryzby and Amit Langote

Discussion: http://postgr.es/m/20220521130922.GX19626@telsasoft.com

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/create_foreign_table.sgml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove misguided SSL key file ownership check in libpq.