Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
От
Daniel Westermann (DWE)
Тема
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Дата
Msg-id
ZRH2PFAD84B9AF955CADFFD68A8DE5F38B7D2232@ZRH2PFAD84B9AF9.CHEP278.PROD.OUTLOOK.COM
Ответ на
Список
Дерево обсуждения
docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw Yuchen Li <liyuchen_xyz@163.com>
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw Michael Paquier <michael@paquier.xyz>
>+)
>+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.
>+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
В списке pgsql-hackers по дате отправления