Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f588e2

Browse files
committed
Corrections to CREATE FOREIGN TABLE documentation.
Omit incorrect = sign, and properly document server_name parameter. Shigeru Hanada
1 parent 72cfc17 commit 5f588e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/src/sgml/ref/create_foreign_table.sgml

+10-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,16 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
126126
</varlistentry>
127127

128128
<varlistentry>
129-
<term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> = '<replaceable class="PARAMETER">value</replaceable>' [, ...] )</literal></term>
129+
<term><replaceable class="PARAMETER">server_name</replaceable></term>
130+
<listitem>
131+
<para>
132+
The name of an existing server for the foreign table.
133+
</para>
134+
</listitem>
135+
</varlistentry>
136+
137+
<varlistentry>
138+
<term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ...] )</literal></term>
130139
<listitem>
131140
<para>
132141
Options to be associated with the new foreign table.

0 commit comments

Comments
 (0)