Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Date
Msg-id ZRH2PFAD84B9AF955CADFFD68A8DE5F38B7D2232@ZRH2PFAD84B9AF9.CHEP278.PROD.OUTLOOK.COM
Whole thread
In response to Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw  (Yuchen Li <liyuchen_xyz@163.com>)
Responses Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
List 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

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes
Next
From: Nisha Moond
Date:
Subject: Re: Support EXCEPT for TABLES IN SCHEMA publications