aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/release-8.0.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/release-8.0.sgml')
-rw-r--r--doc/src/sgml/release-8.0.sgml59
1 files changed, 58 insertions, 1 deletions
diff --git a/doc/src/sgml/release-8.0.sgml b/doc/src/sgml/release-8.0.sgml
index 152ae0f2fea..a2690e878b7 100644
--- a/doc/src/sgml/release-8.0.sgml
+++ b/doc/src/sgml/release-8.0.sgml
@@ -1,6 +1,63 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.1.6.1 2009/05/02 20:17:57 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.1.6.2 2009/08/27 01:27:00 momjian Exp $ -->
<!-- See header comment in release.sgml about typical markup -->
+ <sect1 id="release-8-0-22">
+ <title>Release 8.0.22</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+ </note>
+
+ <para>
+ This release contains a variety of fixes from 8.0.21.
+ For information about new features in the 8.0 major release, see
+ <xref linkend="release-8-0">.
+ </para>
+
+ <sect2>
+ <title>Migration to Version 8.0.22</title>
+
+ <para>
+ A dump/restore is not required for those running 8.0.X.
+ </para>
+
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
+ suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
+ </para>
+
+ <para>
+ It was previously handled as <literal>'th'</> (lowercase).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
+ properly handle the maximum number of parameters (twenty) (Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </sect2>
+ </sect1>
+
<sect1 id="release-8-0-21">
<title>Release 8.0.21</title>