]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Wording improvements.
authorBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 15:11:33 +0000 (15:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 15:11:33 +0000 (15:11 +0000)
doc/src/sgml/release.sgml

index 26d856e374fa5180114d634b4b7e33e6e07a2c01..745b93dd60c43f028a0a9d87cf31b92dd00b0ab1 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.36 2006/01/05 14:52:58 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.37 2006/01/05 15:11:33 momjian Exp $
 -->
 
 <appendix id="release">
@@ -40,7 +40,8 @@ different character combinations to have the same sorting, e.g.
 Hungarian. (Tom) </para><para>This might require <command>REINDEX</> in
 those locales to fix  existing indexes.</para></listitem>
 
-<listitem><para>Fix long standing Asian multibyte charsets bug (Tatsuo)
+<listitem><para>Fix bug in strpos() and regular expression handling in
+certain rarely used Asian multi-byte character sets (Tatsuo)
 </para></listitem>
 
 <listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall