Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e111799

Browse files
dmpgproLiudmila Mantrova
authored and
Liudmila Mantrova
committed
Added RN 9.6.7.1
1 parent d183c3f commit e111799

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,112 @@
11
<!-- doc/src/sgml/release-pro-9.6.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
3+
<sect1 id="release-pro-9-6-7-1">
4+
<title>Postgres Pro 9.6.7.1</title>
5+
<formalpara>
6+
<title>Release date:</title>
7+
<para>2018-02-14</para>
8+
</formalpara>
9+
<sect2>
10+
<title>Overview</title>
11+
<para>This release is based on <productname>PostgreSQL</productname> 9.6.7
12+
and <productname>Postgres Pro</productname> 9.6.6.1. All improvements
13+
inherited from <productname>PostgreSQL</productname> 9.6.7 are listed
14+
in <link linkend="release-9-6-7"><productname>PostgreSQL</productname> 9.6.7 Release Notes</link>.</para>
15+
<para>Major enhancements over <productname>Postgres Pro</productname>
16+
9.6.6.1 include:</para>
17+
<itemizedlist>
18+
<listitem>
19+
<para>Updated <xref linkend="pg-pathman"> module to
20+
version 1.4.9. This version fixes handling of <literal>ONLY</>
21+
in all kinds of queries.
22+
(See <xref linkend="pg-pathman"> and <xref linkend="pg-pathman-how-to-update">.)
23+
</para>
24+
<!--
25+
675ce6923c065cf213acf58a060ed0c82656d80a
26+
-->
27+
</listitem>
28+
<listitem>
29+
<para>Updated <application>dump_stat</application> module to
30+
version 1.1 that provides several bug fixes.
31+
(See <xref linkend="dump-stat">.)</para>
32+
<!--
33+
708f5b7d8d045e1998819fe2524fa77201162411
34+
-->
35+
</listitem>
36+
<listitem>
37+
<para>Updated the PTRACK patch to version 1.4.</para>
38+
<!--
39+
35ff8555d9267b623c4a821f876280a6e1dd0904
40+
bee82cd96affc07e59a755d4338239684135d5e3
41+
-->
42+
</listitem>
43+
<listitem>
44+
<para>Dynamic prepare of the <command>psql</command> history path on the Windows systems.</para>
45+
<!--
46+
f55eb174f44f39e27e8e1be3f40fe1a64993afc1
47+
3a962d4a7e7dda33699a6475a9816adb88ae4d56
48+
-->
49+
</listitem>
50+
<listitem>
51+
<para>
52+
In the B-tree indexes added support of TOAST to INCLUDED attributes.</para>
53+
<!--
54+
6ba76ea29415b5a78b92699919d5dcec0b618f03
55+
02213a155d006f528b8594471bc436492d1a53c9
56+
48644d698f5757365e294efd0482a4648234a655
57+
-->
58+
</listitem>
59+
</itemizedlist>
60+
</sect2>
61+
<sect2>
62+
<title>Migration to Version 9.6.7.1</title>
63+
<para>Depending on your current installation, the upgrade procedure will differ.
64+
</para>
65+
<para>To upgrade from a <productname>Postgres Pro</productname> version based on
66+
any previous <productname>PostgreSQL</productname> major release, you can perform a dump/restore using
67+
<xref linkend="app-pg-dumpall">, or use the <xref linkend="pgupgrade"> utility.
68+
The first option is safer, while the second is faster and can significantly
69+
speed up the upgrade process for large databases.
70+
</para>
71+
<para>To upgrade from a <productname>Postgres Pro</productname> version
72+
based on the same <productname>PostgreSQL</productname> major release,
73+
a dump/restore is not required. If you are upgrading from
74+
<productname>Postgres Pro</productname> 9.6.6.1, it is enough to install the new
75+
version into your current installation directory.
76+
When upgrading from <productname>Postgres Pro</productname> 9.6.4.1 or
77+
lower, you must also use the <xref linkend="pgproupgrade"> script provided
78+
in this distribution. This script updates metadata information to
79+
handle catalog number format change introduced after
80+
<productname>Postgres Pro</productname> 9.6.4.1. If you are upgrading your
81+
<productname>Postgres Pro</productname> installation from a binary package, the
82+
<filename>pgpro_upgrade</filename> script is run automatically, unless you
83+
are prompted to run it manually.
84+
</para>
85+
<important>
86+
<para>
87+
If you run <literal>pgpro_upgrade</literal> manually,
88+
you must stop postgres service.
89+
The script must be run on behalf of the user owning the database
90+
(typically postgres). Running <literal>pgpro_upgrade</literal>
91+
as root will result in an error. For details, see <xref linkend="pgproupgrade">.
92+
</para>
93+
</important>
94+
<para>If you have compiled <productname>Postgres Pro</productname>
95+
from source code or created your database in a non-default location,
96+
you must run the <literal>pgpro_upgrade</literal> script manually.
97+
</para>
98+
<note>
99+
<para>On RPM-based Linux distributions, if you are upgrading from
100+
version 9.6.2.1 or lower, make sure to move the data directory from
101+
<filename>pgsql</filename> to the <filename>pgpro</filename>
102+
directory before running the <literal>pgpro_upgrade</literal> script.
103+
</para>
104+
</note>
105+
<para>To migrate from vanilla PostgreSQL 9.6.x, perform a dump/restore using
106+
<xref linkend="app-pg-dumpall">.
107+
</para>
108+
</sect2>
109+
</sect1>
3110
<sect1 id="release-pro-9-6-6-1">
4111
<title>Postgres Pro 9.6.6.1</title>
5112
<formalpara>

0 commit comments

Comments
 (0)