pgsql: Doc: Further fix CREATE FOREIGN TABLE synopsis.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Further fix CREATE FOREIGN TABLE synopsis.
Date: 2022-06-02 09:07:43
Message-ID: E1nwgnv-002KRP-Eg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Further fix CREATE FOREIGN TABLE synopsis.

This patch fixes the partitioning synopsis in the Parameters section in
the CREATE FOREIGN TABLE documentation. Follow-up for commit ce21a36cf.

Back-patch to v11 where default partition was introduced.

Reviewed by Amit Langote and Robert Haas.

Discussion: https://postgr.es/m/CAPmGK17U5jEqVZuo3r38wB0VFWomEtJCBGn_h92HQzQ2sP-49Q%40mail.gmail.com

Branch
------
REL_12_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/create_foreign_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-06-03 02:30:16 Re: pgsql: Use pre-fetching for ANALYZE
Previous Message Amit Kapila 2022-06-02 03:13:11 pgsql: Prohibit combining publications with different column lists.