diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 14:53:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 14:53:18 +0000 |
commit | 4011909a02a6c3a1b9ad083bf8ce3c42cef5c653 (patch) | |
tree | 0bf031772ee2bcbd1e5217e7a11f20eb400f951f | |
parent | 748a71fbff3bff6e811190d09313f381251ac4df (diff) | |
download | postgresql-4011909a02a6c3a1b9ad083bf8ce3c42cef5c653.tar.gz postgresql-4011909a02a6c3a1b9ad083bf8ce3c42cef5c653.zip |
Improve markup.
-rw-r--r-- | doc/src/sgml/release.sgml | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index bc5d1614fe4..d5b2ff6d591 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.16 2006/01/05 05:23:09 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.17 2006/01/05 14:53:18 momjian Exp $ --> <appendix id="release"> @@ -5663,6 +5663,56 @@ DROP SCHEMA information_schema CASCADE; </sect2> </sect1> + <sect1 id="release-7-3-13"> + <title>Release 7.3.13</title> + + <note> + <title>Release date</title> + <simpara>2006-01-09</simpara> + </note> + + <para> + This release contains a variety of fixes from 7.3.12. + </para> + + <sect2> + <title>Migration to version 7.3.13</title> + + <para> + A dump/restore is not required for those running 7.3.X. However, + if you are upgrading from a version earlier than 7.3.10, see the release + notes for 7.3.10. + </para> + </sect2> + + <sect2> + <title>Changes</title> + +<itemizedlist> + +<listitem><para>Fix character set sorting for locales that consider +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) +</para></listitem> + +<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall +gen_salt processing (Marko Kreen></para></listitem> + +<listitem><para>Fix <filename>/contrib/dblink</> to throw an error +when the number of columns specified is different from those returned +by the query (Joe)</para></listitem> + +<listitem><para>Set <literal>LC_XXX</> variables to prevent problems +with <application>plperl</> processing (Tom)</para></listitem> + +</itemizedlist> + + </sect2> + </sect1> + <sect1 id="release-7-3-12"> <title>Release 7.3.12</title> @@ -5704,6 +5754,7 @@ only supported with merge-joinable join conditions</>.</para></listitem> <listitem><para>Prevent core dump in <application>pg_autovacuum</> when a table has been dropped</para></listitem> + </itemizedlist> </sect2> |