From 4d90c017608936c700a1291ee37e7d5c48f03b9c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 13 Sep 2011 15:52:57 +0300 Subject: [PATCH] doc: mention global options --- doc/config.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, -- 2.39.5