Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.

Per suggestion from Ray Stell
This commit is contained in:
Bruce Momjian 2012-08-15 20:38:01 -04:00
parent 0729271adf
commit 16d508ccbc
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
<listitem> <listitem>
<para> <para>
The name of an existing server for the foreign table. The name of an existing server for the foreign table.
</para> For details on defining a server, see <xref
linkend="SQL-CREATESERVER">.
</listitem> </listitem>
</varlistentry> </varlistentry>