-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.549 2007/11/20 03:34:14 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.550 2007/11/20 04:00:27 momjian Exp $ -->
<!--
Typical markup:
</para>
</listitem>
+ <listitem>
+ <para>
+ Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
+ from accepting schema-qualified names (Bruce)
+ </para>
+
+ <para>
+ Formerly, these commands accepted <literal>schema.relation</> but
+ ignored the schema part, which was confusing.
+ </para>
+ </listitem>
+
<listitem>
<para>
Restrict object size functions to users who have reasonable
</para>
</listitem>
+ <listitem>
+ <para>
+ Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
+ transactions in other databases (Simon)
+ </para>
+ </listitem>
+
<listitem>
<para>
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
</para>
</listitem>
- <listitem>
- <para>
- Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
- transactions in other databases (Simon)
- </para>
- </listitem>
-
<listitem>
<para>
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
</para>
</listitem>
- <listitem>
- <para>
- Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
- from accepting schema-qualified names (Bruce)
- </para>
-
- <para>
- Formerly, these commands accepted <literal>schema.relation</> but
- ignored the schema part, which was confusing.
- </para>
- </listitem>
-
</itemizedlist>
</sect3>
<listitem>
<para>
- Add the function's volatility to the output of
+ Add the function's volatility status to the output of
<literal>\df+</literal> (Neil)
</para>
</listitem>
</para>
</listitem>
+ <listitem>
+ <para>
+ Add <application>pg_ctl</> timeout parameter (Bruce)
+ </para>
+
+ <para>
+ This controls how long <application>pg_ctl</> will wait when waiting
+ for server startup or shutdown.
+ </para>
+ </listitem>
+
<listitem>
<para>
Add <application>pg_ctl</> option to control generation
</para>
</listitem>
- <listitem>
- <para>
- Add <application>pg_ctl</> timeout parameter (Bruce)
- </para>
-
- <para>
- This controls how long <application>pg_ctl</> will wait when waiting
- for server startup or shutdown.
- </para>
- </listitem>
-
</itemizedlist>
</sect3>
<listitem>
<para>
- Major rewrite to use V3 frontend/backend protocol (Michael)
+ Use V3 frontend/backend protocol (Michael)
</para>
<para>
- This adds server-side prepared statements.
+ This adds support for server-side prepared statements.
</para>
</listitem>