|
1 | 1 | <!-- doc/src/sgml/release-pro-9.5.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
| 3 | +<sect1 id="release-pro-9-5-3-3"> |
| 4 | + <title>Postgres Pro 9.5.3.3</title> |
| 5 | + <note> |
| 6 | + <title>Release Date</title> |
| 7 | + <simpara>2016-XX-XX</simpara> |
| 8 | + </note> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para>This release is based on <productname>PostgreSQL</productname> |
| 12 | + 9.5.3</para> |
| 13 | + <para>Major enhancement over the <productname>PostgresPro</productname> |
| 14 | + 9.5.3.2 include:</para> |
| 15 | + <itemizedlist> |
| 16 | + <listitem> |
| 17 | + <para>Changed the distance semantic of the FTS phrase operator: less-or-equal |
| 18 | + replaced by exact match (For details see: <xref linkend="textsearch-matching">).</para> |
| 19 | + </listitem> |
| 20 | + <listitem> |
| 21 | + <para>Changed predecence of the phrase operator. The |
| 22 | + operator <literal><-></literal> now have higher |
| 23 | + predecence than <literal>&</literal> (AND) operator.</para> |
| 24 | + </listitem> |
| 25 | + </itemizedlist> |
| 26 | + </sect2> |
| 27 | + <sect2> |
| 28 | + <title>Migration to Version 9.5.3.3</title> |
| 29 | + <para> |
| 30 | + A dump/restore is not required for those running 9.5.3.X. |
| 31 | + </para> |
| 32 | + <para> |
| 33 | + However, if you are upgrading from a version earlier than 9.5.3.2, |
| 34 | + see <xref linkend="release-pro-9-5-3-2">. |
| 35 | + </para> |
| 36 | + </sect2> |
| 37 | + <sect2> |
| 38 | + <title>Potential problems</title> |
| 39 | + <para>On the Microsoft Windows systems may not work plperl loading (<command>create |
| 40 | + extension plperl</command>). For ActivePerl since version 5.16 as C |
| 41 | + compiler used GCC from MinGW, but plperl compiled by MSVC2013 now. |
| 42 | + Perl version handshake be poor.</para> |
| 43 | + </sect2> |
| 44 | +</sect1> |
3 | 45 | <sect1 id="release-pro-9-5-3-2">
|
4 | 46 | <title>Postgres Pro 9.5.3.2</title>
|
5 | 47 | <note>
|
|