doc: mention global options
authorMarko Kreen <markokr@gmail.com>
Tue, 13 Sep 2011 12:52:57 +0000 (15:52 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 13 Sep 2011 12:52:57 +0000 (15:52 +0300)
doc/config.txt

index 4397f478d507f7a2ef53f88ada71e34f8945a7c2..17218fe123b9b33f8584b42a9c66ed56fed5a3ca 100644 (file)
@@ -187,10 +187,11 @@ your cluster definitions.
 Note: the validation function is known to be broken in PostgreSQL 8.4.2 and
 below.
 
-  CREATE FOREIGN DATA WRAPPER plproxy [ VALIDATOR plproxy_fdw_validator ];
+  CREATE FOREIGN DATA WRAPPER plprox [ VALIDATOR plproxy_fdw_validator ]
+      [OPTIONS global options] ;
 
 Next we need to define a CLUSTER, this is done by creating a SERVER that uses
-the plproxy FDW. The options to the SERVER are Pl/Proxy configuration settings
+the plproxy FDW.  The options to the SERVER are PL/Proxy configuration settings
 and the list of cluster partitions.
 
 Note: USAGE access to the SERVER must be explicitly granted. Without this,