From: Robert Haas Date: Wed, 16 Mar 2011 12:11:24 +0000 (-0400) Subject: Corrections to CREATE FOREIGN TABLE documentation. X-Git-Tag: REL9_1_ALPHA5~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f588e20051eb18333f6ea5b46bd779ba1eb8773;p=postgresql Corrections to CREATE FOREIGN TABLE documentation. Omit incorrect = sign, and properly document server_name parameter. Shigeru Hanada --- diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 77c62140f2..ad91072bd1 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -126,7 +126,16 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name - OPTIONS ( option = 'value' [, ...] ) + server_name + + + The name of an existing server for the foreign table. + + + + + + OPTIONS ( option 'value' [, ...] ) Options to be associated with the new foreign table.