-<!-- $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:
<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>
</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>
<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>
</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>