From: Marko Kreen Date: Tue, 13 Sep 2011 12:52:57 +0000 (+0300) Subject: doc: mention global options X-Git-Tag: plproxy_2_3_rc1~3 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4d90c017608936c700a1291ee37e7d5c48f03b9c;p=plproxy.git doc: mention global options --- diff --git a/doc/config.txt b/doc/config.txt index 4397f47..17218fe 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -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,