1
1
<!--
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/08 23: 22:20 momjian Exp $
3
3
4
4
Typical markup:
5
5
@@ -45,12 +45,12 @@ For new features, add links to the documentation sections.
45
45
<itemizedlist>
46
46
<listitem><para>Optimizer fixes (Tom)</para></listitem>
47
47
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</>
50
50
specifications (Bruce)</para></listitem>
51
51
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
54
54
<literal>D</> format specifiers. (<function>to_char(interval)</> should
55
55
probably use <literal>HH24</>.)</para></listitem>
56
56
@@ -64,11 +64,9 @@ probably use <literal>HH24</>.)</para></listitem>
64
64
languages that require word reordering, like Turkish (Andrew,
65
65
Tom)</para></listitem>
66
66
67
- <listitem><para>Allow MS C to compile <application>pg_config</> ( Hiroshi
67
+ <listitem><para>AIX, HPUX, and MC C compile fixes (Tom, Hiroshi
68
68
Saito)</para></listitem>
69
69
70
- <listitem><para>AIX and HPUX compile fixes (Tom)</para></listitem>
71
-
72
70
<listitem><para>Add 8.1.0 release note item on how to migrate invalid
73
71
<literal>UTF-8</> byte sequences (Paul Lindner)</para></listitem>
74
72
@@ -595,7 +593,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
595
593
removes invalid character sequences. A diff of the two files will
596
594
show the sequences that are invalid. <command>iconv</> reads the
597
595
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
599
597
files for processing.
600
598
</para>
601
599
</listitem>
0 commit comments