public inbox for [email protected]  
help / color / mirror / Atom feed
From: Daniel Westermann (DWE) <[email protected]>
To: Yuchen Li <[email protected]>
To: PostgreSQL Hackers <[email protected]>
Subject: Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Date: Thu, 16 Apr 2026 10:20:02 +0000
Message-ID: <ZRH2PFAD84B9AF955CADFFD68A8DE5F38B7D2232@ZRH2PFAD84B9AF9.CHEP278.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <[email protected]>
References: <ZR2PPFF1830B8773AC9735393FFF93F8665D2222@ZR2PPFF1830B877.CHEP278.PROD.OUTLOOK.COM>
	<[email protected]>

>+)
>+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


Attachments:

  [text/x-patch] fix-create-foreign-table-example-format_v2.patch (584B, 3-fix-create-foreign-table-example-format_v2.patch)
  download | inline diff:
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index b81f33732fb..74c66fb6110 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -1471,8 +1471,8 @@ CREATE FOREIGN TABLE foreign_table (
         id integer NOT NULL,
         data text
 )
-        SERVER foreign_server
-        OPTIONS (schema_name 'some_schema', table_name 'some_table');
+SERVER foreign_server
+OPTIONS (schema_name 'some_schema', table_name 'some_table');
 </programlisting>
 
    It's essential that the data types and other properties of the columns


view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
  In-Reply-To: <ZRH2PFAD84B9AF955CADFFD68A8DE5F38B7D2232@ZRH2PFAD84B9AF9.CHEP278.PROD.OUTLOOK.COM>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox