Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Yuchen Li <liyuchen_xyz(at)163(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Date: 2026-04-16 10:20:02
Message-ID: ZRH2PFAD84B9AF955CADFFD68A8DE5F38B7D2232@ZRH2PFAD84B9AF9.CHEP278.PROD.OUTLOOK.COM
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>+)
>+SERVER foreign_server
>+OPTIONS (schema_name 'some_schema', table_name 'some_table');

>The added +) line appears to have a trailing space after the closing
>parenthesis.

Fixed, thank you.

Regards
Daniel

Attachment Content-Type Size
fix-create-foreign-table-example-format_v2.patch text/x-patch 584 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nisha Moond 2026-04-16 10:30:03 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Heikki Linnakangas 2026-04-16 09:49:38 Re: Reduce build times of pg_trgm GIN indexes