From dd7fd84eee311cdf2e84ed4c59a827fef1cc4de6 Mon Sep 17 00:00:00 2001 From: Andreas Scherbaum Date: Wed, 31 May 2017 00:03:45 +0200 Subject: [PATCH] Bump PostgreSQL version numbers from 8.2 to 8.3 (#2525) --- gpdb-doc/dita/admin_guide/admin_preface.xml | 2 +- gpdb-doc/dita/admin_guide/components.xml | 2 +- gpdb-doc/dita/admin_guide/intro/about_gp.xml | 4 ++-- gpdb-doc/dita/admin_guide/intro/arch_overview.xml | 4 ++-- gpdb-doc/dita/admin_guide/kerberos-win-client.xml | 4 ++-- gpdb-doc/dita/ref_guide/config_params/guc-list.xml | 4 ++-- gpdb-doc/dita/ref_guide/preface.xml | 2 +- gpdb-doc/dita/utility_guide/preface.xml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gpdb-doc/dita/admin_guide/admin_preface.xml b/gpdb-doc/dita/admin_guide/admin_preface.xml index 051f268359..7a0c39a9e2 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 abd1841309..1fad88ae99 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 d4a6997491..e3a48a940f 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 06cd25859e..774c4dec89 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 22a2e26154..8fa0d5fb98 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 5a65754573..eff04e4f15 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 be4b74b80f..e7a48a296b 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 3b7f6e9b06..bc0b40a339 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 -- GitLab