pgsql: In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.
Date: 2022-05-26 16:57:12
Message-ID: E1nuGnQ-001G2e-3y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-05-26 18:14:26 pgsql: Remove misguided SSL key file ownership check in libpq.
Previous Message Tom Lane 2022-05-26 16:25:27 pgsql: Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.