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

Commit 572b60a

Browse files
committed
Remove some "Other" sections in the release notes by putting the items
at the top of their sections.
1 parent 948d6ec commit 572b60a

File tree

1 file changed

+50
-58
lines changed

1 file changed

+50
-58
lines changed

doc/src/sgml/release.sgml

+50-58
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.621 2009/03/31 02:34:04 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.622 2009/03/31 22:23:28 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -1287,6 +1287,24 @@ do it for earlier branch release files.
12871287
<sect3>
12881288
<title>Utility Operations</title>
12891289

1290+
<itemizedlist>
1291+
1292+
<listitem>
1293+
<para>
1294+
Add verbose option to the <command>CLUSTER</> command and
1295+
<application>clusterdb</> (Jim Cox)
1296+
</para>
1297+
</listitem>
1298+
1299+
<listitem>
1300+
<para>
1301+
Decrease memory requirements for recording pending trigger
1302+
events (Tom)
1303+
</para>
1304+
</listitem>
1305+
1306+
</itemizedlist>
1307+
12901308
<sect4>
12911309
<title>Indexes</title>
12921310
<itemizedlist>
@@ -1444,28 +1462,6 @@ do it for earlier branch release files.
14441462

14451463
</sect4>
14461464

1447-
<sect4>
1448-
<title>Other Utility Operations</title>
1449-
<itemizedlist>
1450-
1451-
<listitem>
1452-
<para>
1453-
Add verbose option to the <command>CLUSTER</> command and
1454-
<application>clusterdb</> (Jim Cox)
1455-
</para>
1456-
</listitem>
1457-
1458-
<listitem>
1459-
<para>
1460-
Decrease memory requirements for recording pending trigger
1461-
events (Tom)
1462-
</para>
1463-
</listitem>
1464-
1465-
</itemizedlist>
1466-
1467-
</sect4>
1468-
14691465
</sect3>
14701466

14711467
<sect3>
@@ -2028,6 +2024,37 @@ do it for earlier branch release files.
20282024
<sect3>
20292025
<title>Client Applications</title>
20302026

2027+
<itemizedlist>
2028+
2029+
<listitem>
2030+
<para>
2031+
Fix <literal>pg_ctl restart</> to preserve command-line arguments
2032+
(Bruce)
2033+
</para>
2034+
</listitem>
2035+
2036+
<listitem>
2037+
<para>
2038+
Add <literal>-w</>/<literal>--no-password</> option that
2039+
suppresses password prompts to all utilities that have a
2040+
<literal>-W</>/<literal>--password</> option (Peter)
2041+
</para>
2042+
</listitem>
2043+
2044+
<listitem>
2045+
<para>
2046+
Remove <literal>-q</> (quiet) option for create* and drop*
2047+
utility commands (Peter)
2048+
</para>
2049+
2050+
<para>
2051+
These options have had no effect since <productname>PostgreSQL</>
2052+
8.3.
2053+
</para>
2054+
</listitem>
2055+
2056+
</itemizedlist>
2057+
20312058
<sect4>
20322059
<title><link linkend="APP-PSQL"><application>psql</></link></title>
20332060
<itemizedlist>
@@ -2293,41 +2320,6 @@ do it for earlier branch release files.
22932320

22942321
</sect4>
22952322

2296-
<sect4>
2297-
<title>Other Client Applications</title>
2298-
<itemizedlist>
2299-
2300-
<listitem>
2301-
<para>
2302-
Fix <literal>pg_ctl restart</> to preserve command-line arguments
2303-
(Bruce)
2304-
</para>
2305-
</listitem>
2306-
2307-
<listitem>
2308-
<para>
2309-
Add <literal>-w</>/<literal>--no-password</> option that
2310-
suppresses password prompts to all utilities that have a
2311-
<literal>-W</>/<literal>--password</> option (Peter)
2312-
</para>
2313-
</listitem>
2314-
2315-
<listitem>
2316-
<para>
2317-
Remove <literal>-q</> (quiet) option for create* and drop*
2318-
utility commands (Peter)
2319-
</para>
2320-
2321-
<para>
2322-
These options have had no effect since <productname>PostgreSQL</>
2323-
8.3.
2324-
</para>
2325-
</listitem>
2326-
2327-
</itemizedlist>
2328-
2329-
</sect4>
2330-
23312323
</sect3>
23322324

23332325
<sect3>

0 commit comments

Comments
 (0)