diff options
| author | Ioltas | 2011-10-29 14:10:38 +0000 |
|---|---|---|
| committer | Ioltas | 2011-10-29 14:10:38 +0000 |
| commit | f1bc248f74fb9298f1a2a708a0489a859eed23f8 (patch) | |
| tree | d7ac4165e6b3075bd694a5ef09483e86b9527d1c | |
| parent | 39acc703d751b2e0f46c770f9a932953fe9291f7 (diff) | |
Update doc version and fix issues with node DDL sgml
A tag called variablelist was misplaced, making errors at documentation
creation.
| -rw-r--r-- | doc-xc/src/sgml/Makefile | 2 | ||||
| -rw-r--r-- | doc-xc/src/sgml/ref/alter_node.sgmlin | 2 | ||||
| -rw-r--r-- | doc-xc/src/sgml/ref/create_node.sgmlin | 2 | ||||
| -rw-r--r-- | doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 4 | ||||
| -rw-r--r-- | doc-xc/src/sgml/ref/drop_node.sgmlin | 3 | ||||
| -rw-r--r-- | doc-xc/src/sgml/ref/drop_nodegroup.sgmlin | 3 | ||||
| -rw-r--r-- | doc-xc/src/sgml/version.sgmlin | 2 |
7 files changed, 10 insertions, 8 deletions
diff --git a/doc-xc/src/sgml/Makefile b/doc-xc/src/sgml/Makefile index f3f59aa61b..9f840475c2 100644 --- a/doc-xc/src/sgml/Makefile +++ b/doc-xc/src/sgml/Makefile @@ -48,7 +48,7 @@ ifndef XSLTPROC XSLTPROC = xsltproc endif -VERSION = 0.9.6 +VERSION = 0.9.7devel override XSLTPROCFLAGS += --stringparam pg.version '$(VERSION)' diff --git a/doc-xc/src/sgml/ref/alter_node.sgmlin b/doc-xc/src/sgml/ref/alter_node.sgmlin index fe79a8d00f..14a082ec1c 100644 --- a/doc-xc/src/sgml/ref/alter_node.sgmlin +++ b/doc-xc/src/sgml/ref/alter_node.sgmlin @@ -37,7 +37,7 @@ ALTER NODE <replaceable class="parameter">nodename</replaceable> SET <para> <command>ALTER NODE</command> is new SQL query specific - to <productname>Postgres-XC</productname> since 0.9.6 that modifies + to <productname>Postgres-XC</productname> since 0.9.7 that modifies cluster node information in catalog pgxc_node. </para> <para> diff --git a/doc-xc/src/sgml/ref/create_node.sgmlin b/doc-xc/src/sgml/ref/create_node.sgmlin index 7b7e9091eb..7ca1d7e8ee 100644 --- a/doc-xc/src/sgml/ref/create_node.sgmlin +++ b/doc-xc/src/sgml/ref/create_node.sgmlin @@ -41,7 +41,7 @@ CREATE NODE <replaceable class="parameter">nodename</replaceable> WITH <para> <command>CREATE NODE</command> is new SQL query specific - to <productname>Postgres-XC</productname> since 0.9.6 that creates + to <productname>Postgres-XC</productname> since 0.9.7 that creates a new entry in catalog table pgxc_node with node data. </para> <para> diff --git a/doc-xc/src/sgml/ref/create_nodegroup.sgmlin b/doc-xc/src/sgml/ref/create_nodegroup.sgmlin index ae7520084f..a106539896 100644 --- a/doc-xc/src/sgml/ref/create_nodegroup.sgmlin +++ b/doc-xc/src/sgml/ref/create_nodegroup.sgmlin @@ -34,7 +34,7 @@ WITH <replaceable class="parameter">nodename</replaceable> [, ... ] <para> <command>CREATE NODE GROUP</command> is new SQL query specific - to <productname>Postgres-XC</productname> since 0.9.6 that creates + to <productname>Postgres-XC</productname> since 0.9.7 that creates node group information in catalog pgxc_group. </para> @@ -53,7 +53,6 @@ WITH <replaceable class="parameter">nodename</replaceable> [, ... ] </listitem> </varlistentry> - <variablelist> <varlistentry> <term><replaceable class="parameter">nodename</replaceable></term> <listitem> @@ -62,6 +61,7 @@ WITH <replaceable class="parameter">nodename</replaceable> [, ... ] </para> </listitem> </varlistentry> + </variablelist> </refsect1> <refsect1> diff --git a/doc-xc/src/sgml/ref/drop_node.sgmlin b/doc-xc/src/sgml/ref/drop_node.sgmlin index 838ac29a1d..f91ec08f5b 100644 --- a/doc-xc/src/sgml/ref/drop_node.sgmlin +++ b/doc-xc/src/sgml/ref/drop_node.sgmlin @@ -33,7 +33,7 @@ DROP NODE <replaceable class="parameter">nodename</replaceable> <para> <command>DROP NODE</command> is new SQL query specific - to <productname>Postgres-XC</productname> since 0.9.6 that deletes + to <productname>Postgres-XC</productname> since 0.9.7 that deletes cluster node information in catalog pgxc_node. </para> <para> @@ -55,6 +55,7 @@ DROP NODE <replaceable class="parameter">nodename</replaceable> </para> </listitem> </varlistentry> + </variablelist> </refsect1> diff --git a/doc-xc/src/sgml/ref/drop_nodegroup.sgmlin b/doc-xc/src/sgml/ref/drop_nodegroup.sgmlin index aadc92f14e..c20fb3b59c 100644 --- a/doc-xc/src/sgml/ref/drop_nodegroup.sgmlin +++ b/doc-xc/src/sgml/ref/drop_nodegroup.sgmlin @@ -33,7 +33,7 @@ DROP NODE GROUP <replaceable class="parameter">groupname</replaceable> <para> <command>DROP NODE GROUP</command> is new SQL query specific - to <productname>Postgres-XC</productname> since 0.9.6 that deletes + to <productname>Postgres-XC</productname> since 0.9.7 that deletes node group information in catalog pgxc_group. </para> <para> @@ -55,6 +55,7 @@ DROP NODE GROUP <replaceable class="parameter">groupname</replaceable> </para> </listitem> </varlistentry> + </variablelist> </refsect1> diff --git a/doc-xc/src/sgml/version.sgmlin b/doc-xc/src/sgml/version.sgmlin index db35f2ca5b..e17037c9f8 100644 --- a/doc-xc/src/sgml/version.sgmlin +++ b/doc-xc/src/sgml/version.sgmlin @@ -1,2 +1,2 @@ -<!entity version "0.9.6"> +<!entity version "0.9.7devel"> <!entity majorversion "0.9"> |
