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

index d5b2ff6d5914fd3dffc09d11132e3a5159838168..95d566e52269ff5078860fa08428e2948b3d3c1e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.17 2006/01/05 14:53:18 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.18 2006/01/05 15:12:03 momjian Exp $
 -->
 
 <appendix id="release">
@@ -43,9 +43,10 @@ those locales to fix  existing indexes.</para></listitem>
 <listitem><para>Allow more flexible relocation of installation
 directories (Tom)</para> <para>Previous releases supported relocation
 only if all directories were the same except the last
-componient.</para></listitem>
+component.</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>Various fixes for queries returning <literal>RECORD</>s