summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2009-03-31 22:23:28 +0000
committerBruce Momjian2009-03-31 22:23:28 +0000
commit572b60a3bd2af3c3ef75216cf6378025d7d317b1 (patch)
treebaad12e1ebec90239832dd1734fd48952a232fef
parent948d6ec90fd35d6e1a59d0b1af8d6efd8442f0ad (diff)
Remove some "Other" sections in the release notes by putting the items
at the top of their sections.
-rw-r--r--doc/src/sgml/release.sgml108
1 files changed, 50 insertions, 58 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 7f8a73f9238..b001892e2c0 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.621 2009/03/31 02:34:04 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.622 2009/03/31 22:23:28 momjian Exp $ -->
<!--
Typical markup:
@@ -1287,6 +1287,24 @@ do it for earlier branch release files.
<sect3>
<title>Utility Operations</title>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Add verbose option to the <command>CLUSTER</> command and
+ <application>clusterdb</> (Jim Cox)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Decrease memory requirements for recording pending trigger
+ events (Tom)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
<sect4>
<title>Indexes</title>
<itemizedlist>
@@ -1444,28 +1462,6 @@ do it for earlier branch release files.
</sect4>
- <sect4>
- <title>Other Utility Operations</title>
- <itemizedlist>
-
- <listitem>
- <para>
- Add verbose option to the <command>CLUSTER</> command and
- <application>clusterdb</> (Jim Cox)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Decrease memory requirements for recording pending trigger
- events (Tom)
- </para>
- </listitem>
-
- </itemizedlist>
-
- </sect4>
-
</sect3>
<sect3>
@@ -2028,6 +2024,37 @@ do it for earlier branch release files.
<sect3>
<title>Client Applications</title>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Fix <literal>pg_ctl restart</> to preserve command-line arguments
+ (Bruce)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Add <literal>-w</>/<literal>--no-password</> option that
+ suppresses password prompts to all utilities that have a
+ <literal>-W</>/<literal>--password</> option (Peter)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Remove <literal>-q</> (quiet) option for create* and drop*
+ utility commands (Peter)
+ </para>
+
+ <para>
+ These options have had no effect since <productname>PostgreSQL</>
+ 8.3.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
<sect4>
<title><link linkend="APP-PSQL"><application>psql</></link></title>
<itemizedlist>
@@ -2293,41 +2320,6 @@ do it for earlier branch release files.
</sect4>
- <sect4>
- <title>Other Client Applications</title>
- <itemizedlist>
-
- <listitem>
- <para>
- Fix <literal>pg_ctl restart</> to preserve command-line arguments
- (Bruce)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Add <literal>-w</>/<literal>--no-password</> option that
- suppresses password prompts to all utilities that have a
- <literal>-W</>/<literal>--password</> option (Peter)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Remove <literal>-q</> (quiet) option for create* and drop*
- utility commands (Peter)
- </para>
-
- <para>
- These options have had no effect since <productname>PostgreSQL</>
- 8.3.
- </para>
- </listitem>
-
- </itemizedlist>
-
- </sect4>
-
</sect3>
<sect3>