]> granicus.if.org Git - postgresql/commitdiff
Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.
authorBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2012 00:38:01 +0000 (20:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2012 00:38:01 +0000 (20:38 -0400)
Per suggestion from Ray Stell

doc/src/sgml/ref/create_foreign_table.sgml

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