提交 dd7fd84e 编写于 作者: A Andreas Scherbaum 提交者: Andreas Scherbaum

Bump PostgreSQL version numbers from 8.2 to 8.3 (#2525)

上级 62469f17
......@@ -30,7 +30,7 @@
</ul>
<p>This guide assumes knowledge of Linux/UNIX system administration and database management
systems. Familiarity with structured query language (SQL) is helpful.</p>
<p>Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity
<p>Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity
with PostgreSQL. References to <xref
href="https://www.postgresql.org/docs/8.3/static/index.html" scope="external" format="html"
><ph>PostgreSQL documentation</ph></xref> are provided throughout this guide for features
......
......@@ -6,7 +6,7 @@
<body>
<p>Greenplum Database stores and processes large amounts of data by distributing the data
and processing workload across several servers or <i>hosts</i>. Greenplum Database is an
<i>array</i> of individual databases based upon PostgreSQL 8.2 working together to
<i>array</i> of individual databases based upon PostgreSQL 8.3 working together to
present a single database image. The <i>master</i> 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
......
......@@ -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.<p>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. </p><p>The internals of PostgreSQL have been
......@@ -33,7 +33,7 @@
by Greenplum, and it is now in standard PostgreSQL.</p><p>Greenplum Database stores
and processes large amounts of data by distributing the data and processing workload
across several servers or <i>hosts</i>. Greenplum Database is an <i>array</i> 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 <i>master</i> 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
......
......@@ -14,7 +14,7 @@
resources in parallel to process a query.</p>
<p>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. </p>
<p>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.</p>
<p>Greenplum Database stores and processes large amounts of data by distributing the data and
processing workload across several servers or <i>hosts</i>. Greenplum Database is an
<i>array</i> of individual databases based upon PostgreSQL 8.2 working together to present a
<i>array</i> of individual databases based upon PostgreSQL 8.3 working together to present a
single database image. The <i>master</i> 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 <i>segments</i>,
......
......@@ -91,7 +91,7 @@ kinit
you can run the Windows utility <codeph>chcp</codeph> to change the code page. This is an
example of the warning and fix.</p>
<codeblock>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.</codeblock>
</section>
<section id="win_keytab">
......
......@@ -7831,7 +7831,7 @@
<tbody>
<row>
<entry colname="col1">string</entry>
<entry colname="col2">8.2.15</entry>
<entry colname="col2">8.3.23</entry>
<entry colname="col3">read only</entry>
</row>
</tbody>
......@@ -7859,7 +7859,7 @@
<tbody>
<row>
<entry colname="col1">integer</entry>
<entry colname="col2">80215</entry>
<entry colname="col2">80323</entry>
<entry colname="col3">read only</entry>
</row>
</tbody>
......
......@@ -32,7 +32,7 @@
system. </p>
<p>This guide assumes knowledge of Linux/UNIX system administration, database management systems,
database administration, and structured query language (SQL).</p>
<p>Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity
<p>Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity
with PostgreSQL. References to <xref href="https://www.postgresql.org/docs/8.3/static/index.html"
scope="external" format="html">PostgreSQL documentation</xref> are provided throughout this
guide for features that are similar to those in Greenplum Database.</p>
......
......@@ -35,7 +35,7 @@
Greenplum Database system. </p>
<p>This guide assumes knowledge of Linux/UNIX system administration, database management systems,
database administration, and structured query language (SQL).</p>
<p>Because Greenplum Database is based on PostgreSQL 8.2.15, this guide assumes some familiarity
<p>Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity
with PostgreSQL. Links and cross-references to <xref
href="https://www.postgresql.org/docs/8.3/static/index.html" scope="external" format="html"
><ph>PostgreSQL documentation</ph></xref> are provided throughout this guide for features that
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册