Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3484805

Browse files
committed
Release note wording improvements.
1 parent 8c09ba8 commit 3484805

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/src/sgml/release.sgml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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/08 23:22:20 momjian Exp $
33

44
Typical 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</>
5050
specifications (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
5555
probably use <literal>HH24</>.)</para></listitem>
5656

@@ -64,11 +64,9 @@ probably use <literal>HH24</>.)</para></listitem>
6464
languages that require word reordering, like Turkish (Andrew,
6565
Tom)</para></listitem>
6666

67-
<listitem><para>Allow MS C to compile <application>pg_config</> (Hiroshi
67+
<listitem><para>AIX, HPUX, and MC C compile fixes (Tom, Hiroshi
6868
Saito)</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>

0 commit comments

Comments
 (0)