File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,16 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
126
126
</varlistentry>
127
127
128
128
<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>
130
139
<listitem>
131
140
<para>
132
141
Options to be associated with the new foreign table.
You can’t perform that action at this time.
0 commit comments