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

Commit 0a6c046

Browse files
author
Liudmila Mantrova
committed
DOC: style changes in Release notes for PGPRO10, added collation-related details for dump/restore
1 parent 03b29cf commit 0a6c046

File tree

1 file changed

+53
-7
lines changed

1 file changed

+53
-7
lines changed

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

Lines changed: 53 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
-->
2525
</listitem>
2626
<listitem>
27-
<para>Implemented dynamic prepare of the <command>psql</command> history path on Windows systems.</para>
27+
<para>Implemented dynamic prepare of the default directory for storing
28+
<command>psql</command> history on Windows systems.</para>
2829
<!--
2930
e80337e33aa37839e1a141f6d196096e1148cf17
3031
5850209dbff28912d1da44bcfab23f0e16907667
@@ -33,6 +34,24 @@
3334
<listitem>
3435
<para>Updated the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
3536
utility to version 2.0.14.</para>
37+
<itemizedlist>
38+
<listitem>
39+
<para>
40+
Fixed race conditions in <literal>ptrack</literal> and page backups.
41+
</para>
42+
</listitem>
43+
<listitem>
44+
<para>
45+
Fixed parallel <literal>ptrack</literal> backup interruption.
46+
</para>
47+
</listitem>
48+
<listitem>
49+
<para>
50+
Added new backup state <literal>ORPHAN</literal>, which indicates
51+
that one of previous backups is corrupted.
52+
</para>
53+
</listitem>
54+
</itemizedlist>
3655
<!-- fc40ff8949f10e50e0aaf805f69082539176626b -->
3756
</listitem>
3857
<listitem>
@@ -54,17 +73,16 @@
5473
<!-- efb70c83ccdead1e1d3604ec67eeae16c9fd26e5 -->
5574
</listitem>
5675
<listitem>
57-
<para>Fixed incorrect handling of <literal>IS NULL / IS NOT NULL</literal>
58-
quals in the indexes with included columns.</para>
76+
<para>Fixed incorrect handling of <command>IS NULL</command> and <command>IS NOT NULL</command>
77+
qual conditions in indexes with <command>INCLUDE</command> clauses.</para>
5978
<!-- 7bfe5275e91817dca49dd6e773130473e76c8183 -->
6079
</listitem>
6180
<listitem>
6281
<para>Added <literal>int2vector</literal> compatibility patch.</para>
6382
<!-- 0fc6e45196e78f479aa0fe95d5ff31aab6c67768 -->
6483
</listitem>
6584
<listitem>
66-
<para>Module <application>online-analyze</application> has been
67-
updated.</para>
85+
<para>Updated <application>online-analyze</application> module.</para>
6886
<!-- adce42211d871c834d8ce339a241f866feb1a84b -->
6987
</listitem>
7088
</itemizedlist>
@@ -149,7 +167,21 @@
149167
you are recommended to use <literal>libc</literal> provider when
150168
upgrading from vanilla <productname>PostgreSQL</productname>, and
151169
omit the provider when upgrading from a previous version of
152-
<productname>Postgres Pro</productname>.
170+
<productname>Postgres Pro</productname>, unless you have databases with
171+
non-C and non-POSIX collation settings. For such databases, you should
172+
do the following:
173+
<itemizedlist>
174+
<listitem>
175+
<para>If the new cluster is initialized with locales other than C or POSIX,
176+
and the database has an single-byte encoding, set LC_COLLATE to '@libc' for this database.
177+
</para>
178+
</listitem>
179+
<listitem>
180+
<para>If the new cluster is initialized with C or POSIX locale settings and
181+
the database has a multi-byte encoding, set LC_COLLATE to <literal>'@icu'</literal> for this database.
182+
</para>
183+
</listitem>
184+
</itemizedlist>
153185
</para>
154186

155187
<note>
@@ -401,7 +433,21 @@
401433
you are recommended to use <literal>libc</literal> provider when
402434
upgrading from vanilla <productname>PostgreSQL</productname>, and
403435
omit the provider when upgrading from a previous version of
404-
<productname>Postgres Pro</productname>.
436+
<productname>Postgres Pro</productname>, unless you have databases with
437+
non-C and non-POSIX collation settings. For such databases, you should
438+
do the following:
439+
<itemizedlist>
440+
<listitem>
441+
<para>If the new cluster is initialized with locales other than C or POSIX,
442+
and the database has an single-byte encoding, set LC_COLLATE to '@libc' for this database.
443+
</para>
444+
</listitem>
445+
<listitem>
446+
<para>If the new cluster is initialized with C or POSIX locale settings and
447+
the database has a multi-byte encoding, set LC_COLLATE to <literal>'@icu'</literal> for this database.
448+
</para>
449+
</listitem>
450+
</itemizedlist>
405451
</para>
406452

407453
<note>

0 commit comments

Comments
 (0)