Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2f09b9

Browse files
committed
Fix release notes
1 parentbc96198 commitb2f09b9

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

‎doc/src/sgml/release-pro-9.5.sgml

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,51 @@
1010
<title>Overview</title>
1111
<para>This release is based on <productname>PostgreSQL</productname>
1212
9.5.4</para>
13-
<para>Majorenhancement over the <productname>Postgres Pro</productname>
13+
<para>Majorenhancements over <productname>Postgres Pro</productname>
1414
9.5.3.2 include:</para>
1515
<itemizedlist>
1616
<listitem>
17-
<para>Changed thedistance semantic of the FTS phrase operator: less-or-equal
17+
<para>Thedistance semantic of the FTS phrase operator has been changed: less-or-equal
1818
replaced by exact match (For details see: <xref linkend="textsearch-matching">).</para>
1919
</listitem>
2020
<listitem>
21-
<para>Changed predecence of the phrase operator. The
22-
operator <literal>&lt;-&gt;</literal>now have higher
21+
<para>The predecence of the phrase operator has been changed. The
22+
operator <literal>&lt;-&gt;</literal>has now higher
2323
predecence than <literal>&amp;</literal> (AND) operator.</para>
2424
</listitem>
2525
</itemizedlist>
26-
<para>The WinEditLine library integrated for implement autocomplete in psql console on
27-
Windows platforms. Also we changed <application>psql</application>'s
28-
default encoding in Windows to UTF-8.</para>
26+
<para>On Microsoft Windows platforms:</para>
27+
<itemizedlist>
28+
<listitem>
29+
<para>The WinEditLine library is integrated to implement autocomplete
30+
in psql console. The <application>psql</application> default encoding
31+
is changed to UTF-8.</para>
32+
</listitem>
33+
</itemizedlist>
2934
</sect2>
3035
<sect2>
3136
<title>Migration to Version 9.5.4.1</title>
3237
<para>A dump/restore is not required for those running 9.5.3.2.</para>
3338
<para>
34-
However, if you are upgrading from a version earlier than 9.5.3.2,
35-
see <xref linkend="release-pro-9-5-3-2">.
39+
However, if you are upgrading from a version earlier than 9.5.3.2
40+
or vanilla PostgreSQL 9.5.x, some catalog changes should be applied.
41+
</para>
42+
<para>If you use binary packages, and your database is in the default
43+
location, this upgrade should be performed automatically. If you've
44+
compiled Postgres Pro from source or create your database in
45+
non-default location, running <literal>initdb</literal> manually, you
46+
should run <literal>pgpro_upgrade</literal> script provided in this
47+
distribution.
48+
</para>
49+
<para>Before running script, you should stop postgres service. Script
50+
should be run as user, owning the database (typically postgres) and
51+
PGDATA environment variable should be set to the directory where
52+
database resides.
3653
</para>
3754
</sect2>
3855
<sect2>
3956
<title>Potential problems</title>
40-
<para>On the Microsoft Windows systems may not work plperl loading (<command>create
41-
extension plperl</command>). For ActivePerl since version 5.16 as C
42-
compiler used GCC from MinGW, but plperl compiled by MSVC2013 now.
43-
Perl version handshake be poor.</para>
57+
<para>Plperl extension loading may not work on Microsoft Windows.</para>
4458
</sect2>
4559
</sect1>
4660
<sect1 id="release-pro-9-5-3-2">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp