From ee891817fb9d726e9454980aff19c9f373aad2f5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 20 Nov 2007 04:00:27 +0000 Subject: [PATCH] Reorder a few release notes items for consistency. --- doc/src/sgml/release.sgml | 68 +++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d76f2933b60..7a9c212ab71 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.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: @@ -399,6 +399,18 @@ current_date < 2017-11-17 </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 @@ -1385,6 +1397,13 @@ current_date < 2017-11-17 </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) @@ -1423,13 +1442,6 @@ current_date < 2017-11-17 </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 @@ -1457,18 +1469,6 @@ current_date < 2017-11-17 </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> @@ -1833,7 +1833,7 @@ current_date < 2017-11-17 <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> @@ -1948,6 +1948,17 @@ current_date < 2017-11-17 </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 @@ -1977,17 +1988,6 @@ current_date < 2017-11-17 </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> @@ -2055,11 +2055,11 @@ current_date < 2017-11-17 <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> -- GitLab