diff --git a/gpdb-doc/dita/admin_guide/admin_preface.xml b/gpdb-doc/dita/admin_guide/admin_preface.xml index 051f268359820ce824569bf3fbe4357f7b324238..7a0c39a9e27a60b0a09d41eba76855dc0bd601a6 100644 --- a/gpdb-doc/dita/admin_guide/admin_preface.xml +++ b/gpdb-doc/dita/admin_guide/admin_preface.xml @@ -30,7 +30,7 @@

This guide assumes knowledge of Linux/UNIX system administration and database management systems. Familiarity with structured query language (SQL) is helpful.

-

Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity +

Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity with PostgreSQL. References to PostgreSQL documentation are provided throughout this guide for features diff --git a/gpdb-doc/dita/admin_guide/components.xml b/gpdb-doc/dita/admin_guide/components.xml index abd1841309471f46f68bb1f6206f242ccd80b525..1fad88ae99e106ba20eb6ea8d5d9a3dd7e45b450 100644 --- a/gpdb-doc/dita/admin_guide/components.xml +++ b/gpdb-doc/dita/admin_guide/components.xml @@ -6,7 +6,7 @@

Greenplum Database stores and processes large amounts of data by distributing the data and processing workload across several servers or hosts. Greenplum Database is an - array of individual databases based upon PostgreSQL 8.2 working together to + array of individual databases based upon PostgreSQL 8.3 working together to present a single database image. The master is the entry point to the Greenplum Database system. It is the database instance to which clients connect and submit SQL statements. The master coordinates its work with the other database instances in the diff --git a/gpdb-doc/dita/admin_guide/intro/about_gp.xml b/gpdb-doc/dita/admin_guide/intro/about_gp.xml index d4a6997491683b01bc5a71e40b87cbc0523fbd83..e3a48a940f593a67947fc267dd2faf30a7b3d92a 100644 --- a/gpdb-doc/dita/admin_guide/intro/about_gp.xml +++ b/gpdb-doc/dita/admin_guide/intro/about_gp.xml @@ -14,7 +14,7 @@ the processing load for multi-terabyte data warehouses, and can use all of the system's resources in parallel to process a query.

Greenplum Database is essentially several PostgreSQL database instances acting together as one cohesive database management - system (DBMS). It is based on PostgreSQL 8.2.15, and in most cases is very similar + system (DBMS). It is based on PostgreSQL 8.3.23, and in most cases is very similar to PostgreSQL with regard to SQL support, features, configuration options, and end-user functionality. Database users interact with Greenplum Database as they would with a regular PostgreSQL DBMS.

The internals of PostgreSQL have been @@ -33,7 +33,7 @@ by Greenplum, and it is now in standard PostgreSQL.

Greenplum Database stores and processes large amounts of data by distributing the data and processing workload across several servers or hosts. Greenplum Database is an array of - individual databases based upon PostgreSQL 8.2 working together to present a single + individual databases based upon PostgreSQL 8.3 working together to present a single database image. The master is the entry point to the Greenplum Database system. It is the database instance to which clients connect and submit SQL statements. The master coordinates its work with the other database instances in the diff --git a/gpdb-doc/dita/admin_guide/intro/arch_overview.xml b/gpdb-doc/dita/admin_guide/intro/arch_overview.xml index 06cd25859ef4025ddb764db1b60a7c11bc956e78..774c4dec89069209eee2b2e3abb6b786d5f16eeb 100644 --- a/gpdb-doc/dita/admin_guide/intro/arch_overview.xml +++ b/gpdb-doc/dita/admin_guide/intro/arch_overview.xml @@ -14,7 +14,7 @@ resources in parallel to process a query.

Greenplum Database is based on PostgreSQL open-source technology. It is essentially several PostgreSQL database instances acting together as one cohesive database management system - (DBMS). It is based on PostgreSQL 8.2.15, and in most cases is very similar to PostgreSQL with + (DBMS). It is based on PostgreSQL 8.3.23, and in most cases is very similar to PostgreSQL with regard to SQL support, features, configuration options, and end-user functionality. Database users interact with Greenplum Database as they would with a regular PostgreSQL DBMS.

The internals of PostgreSQL have been modified or supplemented to support the parallel @@ -31,7 +31,7 @@ developed by Greenplum, and it is now in standard PostgreSQL.

Greenplum Database stores and processes large amounts of data by distributing the data and processing workload across several servers or hosts. Greenplum Database is an - array of individual databases based upon PostgreSQL 8.2 working together to present a + array of individual databases based upon PostgreSQL 8.3 working together to present a single database image. The master is the entry point to the Greenplum Database system. It is the database instance to which clients connect and submit SQL statements. The master coordinates its work with the other database instances in the system, called segments, diff --git a/gpdb-doc/dita/admin_guide/kerberos-win-client.xml b/gpdb-doc/dita/admin_guide/kerberos-win-client.xml index 22a2e261547b04c0730f1b0e9405e57eeaa1e16b..8fa0d5fb9818ba4a25549bb6e7b21477014b94df 100644 --- a/gpdb-doc/dita/admin_guide/kerberos-win-client.xml +++ b/gpdb-doc/dita/admin_guide/kerberos-win-client.xml @@ -91,7 +91,7 @@ kinit you can run the Windows utility chcp to change the code page. This is an example of the warning and fix.

psql -h prod1.example.local warehouse -psql (8.2.15) +psql (8.3.23) WARNING: Console code page (850) differs from Windows code page (1252) 8-bit characters might not work correctly. See psql reference page "Notes for Windows users" for details. @@ -103,7 +103,7 @@ chcp 1252 Active code page: 1252 psql -h prod1.example.local warehouse -psql (8.2.15) +psql (8.3.23) Type "help" for help.
diff --git a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml index 5a65754573245621f3ed789b7cf315771f489900..eff04e4f15a1c18a1ee88af2e448151d3c2d47cd 100644 --- a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml +++ b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml @@ -7831,7 +7831,7 @@ string - 8.2.15 + 8.3.23 read only @@ -7859,7 +7859,7 @@ integer - 80215 + 80323 read only diff --git a/gpdb-doc/dita/ref_guide/preface.xml b/gpdb-doc/dita/ref_guide/preface.xml index be4b74b80fe124ea9c7bd42a896ed808a43f7997..e7a48a296b2537575f2838c67aee7d4c5d855793 100644 --- a/gpdb-doc/dita/ref_guide/preface.xml +++ b/gpdb-doc/dita/ref_guide/preface.xml @@ -32,7 +32,7 @@ system.

This guide assumes knowledge of Linux/UNIX system administration, database management systems, database administration, and structured query language (SQL).

-

Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity +

Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity with PostgreSQL. References to PostgreSQL documentation are provided throughout this guide for features that are similar to those in Greenplum Database.

diff --git a/gpdb-doc/dita/utility_guide/preface.xml b/gpdb-doc/dita/utility_guide/preface.xml index 3b7f6e9b06fe1d5b58ad5b05db5aca59601abb92..bc0b40a339f97a867853f3bc84fcb354a32dd0fa 100644 --- a/gpdb-doc/dita/utility_guide/preface.xml +++ b/gpdb-doc/dita/utility_guide/preface.xml @@ -35,7 +35,7 @@ Greenplum Database system.

This guide assumes knowledge of Linux/UNIX system administration, database management systems, database administration, and structured query language (SQL).

-

Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity +

Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity with PostgreSQL. Links and cross-references to PostgreSQL documentation are provided throughout this guide for features that