Corrections to CREATE FOREIGN TABLE documentation.
authorRobert Haas
Wed, 16 Mar 2011 12:11:24 +0000 (08:11 -0400)
committerRobert Haas
Wed, 16 Mar 2011 12:13:02 +0000 (08:13 -0400)
Omit incorrect = sign, and properly document server_name parameter.

Shigeru Hanada

doc/src/sgml/ref/create_foreign_table.sgml

index 77c62140f281bb4c6dc9f61170a32faf71b4f2ed..ad91072bd125ccda4f70e6f35f450281ed00ba35 100644 (file)
@@ -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.