From 6d630291f79dfb3d87ea423c3f4b785c2afbec4d Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Thu, 7 Sep 2017 10:57:51 +0530 Subject: [PATCH] Assorted fixes to documentation compilation --- doc/src/sgml/installation.sgml | 4 ++-- doc/src/sgml/recovery-config.sgml | 2 ++ doc/src/sgml/ref/alter_table.sgml | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 73fb13da8e..aa32d2d039 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2149,7 +2149,7 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data - min_pool_size + min_pool_size A Coordinator is associated with a connection pooler which takes care of @@ -2302,7 +2302,7 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data - + Now you should configure postgresql.conf for each Datanode. diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 4797156edd..fbe0713f57 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -246,6 +246,8 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows one of recovery_target_xid, and recovery_target_barrier can be specified. + + diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index c2a484186f..9e0d6b31db 100755 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -772,7 +772,6 @@ ALTER TABLE [ IF EXISTS ] name - REPLICATION @@ -828,6 +827,9 @@ ALTER TABLE [ IF EXISTS ] name + + + ATTACH PARTITION partition_name FOR VALUES partition_bound_spec -- 2.39.5