summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin21
-rw-r--r--doc-xc/src/sgml/ref/alter_server.sgmlin20
-rw-r--r--doc-xc/src/sgml/ref/alter_user_mapping.sgmlin20
-rw-r--r--doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin19
-rw-r--r--doc-xc/src/sgml/ref/create_server.sgmlin20
-rw-r--r--doc-xc/src/sgml/ref/create_user_mapping.sgmlin19
-rw-r--r--doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin20
-rw-r--r--doc-xc/src/sgml/ref/drop_server.sgmlin20
-rw-r--r--doc-xc/src/sgml/ref/drop_user_mapping.sgmlin20
9 files changed, 70 insertions, 109 deletions
diff --git a/doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin b/doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin
index 80a282db43..ab4888bfcb 100644
--- a/doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin
+++ b/doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin
@@ -31,22 +31,15 @@ ALTER FOREIGN DATA WRAPPER <replaceable class="parameter">name</replaceable> OWN
<refsect1>
<title>Description</title>
-
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>FOREIGN DATA WRAPPER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -160,6 +153,8 @@ ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP 'bar');
ALTER FOREIGN DATA WRAPPER dbi VALIDATOR bob.myvalidator;
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/alter_server.sgmlin b/doc-xc/src/sgml/ref/alter_server.sgmlin
index 0d9a16a0a1..9da26e6ee2 100644
--- a/doc-xc/src/sgml/ref/alter_server.sgmlin
+++ b/doc-xc/src/sgml/ref/alter_server.sgmlin
@@ -29,21 +29,15 @@ ALTER SERVER <replaceable class="PARAMETER">server_name</replaceable> OWNER TO <
<refsect1>
<title>Description</title>
-
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>SERVER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
+<!## PG>
&pgonly;
<para>
@@ -118,6 +112,8 @@ ALTER SERVER foo OPTIONS (host 'foo', dbname 'foodb');
ALTER SERVER foo VERSION '8.4' OPTIONS (SET host 'baz');
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/alter_user_mapping.sgmlin b/doc-xc/src/sgml/ref/alter_user_mapping.sgmlin
index 812c9239bf..711012d471 100644
--- a/doc-xc/src/sgml/ref/alter_user_mapping.sgmlin
+++ b/doc-xc/src/sgml/ref/alter_user_mapping.sgmlin
@@ -31,19 +31,13 @@ ALTER USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>USER MAPPING</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -111,6 +105,7 @@ ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
</programlisting>
</para>
+<!## end>
</refsect1>
<refsect1>
@@ -127,6 +122,7 @@ ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
the standard here in the interest of consistency and
interoperability.
</para>
+
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin b/doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin
index f4986c2878..63e0bfbd5c 100644
--- a/doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin
+++ b/doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin
@@ -32,19 +32,13 @@ CREATE FOREIGN DATA WRAPPER <replaceable class="parameter">name</replaceable>
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>FOREIGN DATA WRAPPER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -175,6 +169,7 @@ CREATE FOREIGN DATA WRAPPER mywrapper
OPTIONS (debug 'true');
</programlisting>
</para>
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/create_server.sgmlin b/doc-xc/src/sgml/ref/create_server.sgmlin
index 2ef82ad1cd..95ad2585fb 100644
--- a/doc-xc/src/sgml/ref/create_server.sgmlin
+++ b/doc-xc/src/sgml/ref/create_server.sgmlin
@@ -31,19 +31,13 @@ CREATE SERVER <replaceable class="parameter">server_name</replaceable> [ TYPE '<
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>SERVER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -154,6 +148,8 @@ CREATE SERVER foo FOREIGN DATA WRAPPER "default";
CREATE SERVER myserver FOREIGN DATA WRAPPER pgsql OPTIONS (host 'foo', dbname 'foodb', port '5432');
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/create_user_mapping.sgmlin b/doc-xc/src/sgml/ref/create_user_mapping.sgmlin
index 0f56810d5b..1f804e3578 100644
--- a/doc-xc/src/sgml/ref/create_user_mapping.sgmlin
+++ b/doc-xc/src/sgml/ref/create_user_mapping.sgmlin
@@ -31,19 +31,13 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>USER MAPPING</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## XC>
&pgonly;
<para>
@@ -113,6 +107,7 @@ CREATE USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'secret');
</programlisting>
</para>
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin b/doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin
index 4714d94c66..e428a424e7 100644
--- a/doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin
+++ b/doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin
@@ -29,19 +29,13 @@ DROP FOREIGN DATA WRAPPER [ IF EXISTS ] <replaceable class="parameter">name</rep
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>FOREIGN DATA WRAPPER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -105,6 +99,8 @@ DROP FOREIGN DATA WRAPPER [ IF EXISTS ] <replaceable class="parameter">name</rep
DROP FOREIGN DATA WRAPPER dbi;
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/drop_server.sgmlin b/doc-xc/src/sgml/ref/drop_server.sgmlin
index 09e491e23a..ab0448f8c2 100644
--- a/doc-xc/src/sgml/ref/drop_server.sgmlin
+++ b/doc-xc/src/sgml/ref/drop_server.sgmlin
@@ -29,19 +29,13 @@ DROP SERVER [ IF EXISTS ] <replaceable class="parameter">server_name</replaceabl
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>SERVER</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -105,6 +99,8 @@ DROP SERVER [ IF EXISTS ] <replaceable class="parameter">server_name</replaceabl
DROP SERVER IF EXISTS foo;
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>
diff --git a/doc-xc/src/sgml/ref/drop_user_mapping.sgmlin b/doc-xc/src/sgml/ref/drop_user_mapping.sgmlin
index 17af8b57db..0adb2a4177 100644
--- a/doc-xc/src/sgml/ref/drop_user_mapping.sgmlin
+++ b/doc-xc/src/sgml/ref/drop_user_mapping.sgmlin
@@ -29,19 +29,13 @@ DROP USER MAPPING [ IF EXISTS ] FOR { <replaceable class="parameter">user_name</
<title>Description</title>
<!## XC>
&xconly;
- <para>
- <literal>Foreign Data Wrapper</> has not been tested
- with <productname>Postges-XC</> yet. Although there're no reason
- that <literal>Foreign Data Wrapper</> does not run
- in <productname>Postgres-XC</>, the development team leaves the test
- and the use of this entirely to users.
- </para>
- <para>
- This section is identical to the
- corresponding <productname>PostgreSQL</> reference manual.
- </para>
+ <para>
+ <command>USER MAPPING</> has not been supported
+ by <productname>Postgres-XC</> yet. This command may be supported
+ in the future releases.
+ </para>
<!## end>
-
+<!## PG>
&pgonly;
<para>
@@ -103,6 +97,8 @@ DROP USER MAPPING [ IF EXISTS ] FOR { <replaceable class="parameter">user_name</
DROP USER MAPPING IF EXISTS FOR bob SERVER foo;
</programlisting>
</para>
+
+<!## end>
</refsect1>
<refsect1>