11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.410 2005/12/08 22:44:55 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.411 2005/12/0823: 22:20 momjian Exp $
33
44Typical markup:
55
@@ -45,12 +45,12 @@ For new features, add links to the documentation sections.
4545<itemizedlist>
4646<listitem><para>Optimizer fixes (Tom)</para></listitem>
4747
48- <listitem><para>Allow <function>to_char(interval )</> and
49- <function>to_char(time )</> to use <literal>AM</>/<literal>PM</>
48+ <listitem><para>Re-enable <function>to_char(time )</> and
49+ <function>to_char(interval )</> to use <literal>AM</>/<literal>PM</>
5050specifications (Bruce)</para></listitem>
5151
52- <listitem><para>Allow <function>to_char(interval )</> and
53- <function>to_char(time )</> to use <literal>HH</>, <literal>HH12</>, and
52+ <listitem><para>Re-enable <function>to_char(time )</> and
53+ <function>to_char(interval )</> to use <literal>HH</>, <literal>HH12</>, and
5454<literal>D</> format specifiers. (<function>to_char(interval)</> should
5555probably use <literal>HH24</>.)</para></listitem>
5656
@@ -64,11 +64,9 @@ probably use <literal>HH24</>.)</para></listitem>
6464languages that require word reordering, like Turkish (Andrew,
6565Tom)</para></listitem>
6666
67- <listitem><para>Allow MS C to compile<application>pg_config</> ( Hiroshi
67+ <listitem><para>AIX, HPUX, and MC C compilefixes (Tom, Hiroshi
6868Saito)</para></listitem>
6969
70- <listitem><para>AIX and HPUX compile fixes (Tom)</para></listitem>
71-
7270<listitem><para>Add 8.1.0 release note item on how to migrate invalid
7371<literal>UTF-8</> byte sequences (Paul Lindner)</para></listitem>
7472
@@ -595,7 +593,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
595593 removes invalid character sequences. A diff of the two files will
596594 show the sequences that are invalid. <command>iconv</> reads the
597595 entire input file into memory so it might be necessary to use
598- <command >split</> to break up the dump into multiple smaller
596+ <application >split</> to break up the dump into multiple smaller
599597 files for processing.
600598 </para>
601599 </listitem>