Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>
From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: Yuchen Li <liyuchen_xyz@163.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-16T10:20:02Z
Lists: pgsql-hackers
Attachments
- fix-create-foreign-table-example-format_v2.patch (text/x-patch) patch v2
>+) >+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