Commit ee891817 authored by Bruce Momjian's avatar Bruce Momjian

Reorder a few release notes items for consistency.

parent 0af4bb87
<!-- $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: Typical markup:
...@@ -399,6 +399,18 @@ current_date &lt; 2017-11-17 ...@@ -399,6 +399,18 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </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> <listitem>
<para> <para>
Restrict object size functions to users who have reasonable Restrict object size functions to users who have reasonable
...@@ -1385,6 +1397,13 @@ current_date &lt; 2017-11-17 ...@@ -1385,6 +1397,13 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas) Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
...@@ -1423,13 +1442,6 @@ current_date &lt; 2017-11-17 ...@@ -1423,13 +1442,6 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
...@@ -1457,18 +1469,6 @@ current_date &lt; 2017-11-17 ...@@ -1457,18 +1469,6 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </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> </itemizedlist>
</sect3> </sect3>
...@@ -1833,7 +1833,7 @@ current_date &lt; 2017-11-17 ...@@ -1833,7 +1833,7 @@ current_date &lt; 2017-11-17
<listitem> <listitem>
<para> <para>
Add the function's volatility to the output of Add the function's volatility status to the output of
<literal>\df+</literal> (Neil) <literal>\df+</literal> (Neil)
</para> </para>
</listitem> </listitem>
...@@ -1948,6 +1948,17 @@ current_date &lt; 2017-11-17 ...@@ -1948,6 +1948,17 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </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> <listitem>
<para> <para>
Add <application>pg_ctl</> option to control generation Add <application>pg_ctl</> option to control generation
...@@ -1977,17 +1988,6 @@ current_date &lt; 2017-11-17 ...@@ -1977,17 +1988,6 @@ current_date &lt; 2017-11-17
</para> </para>
</listitem> </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> </itemizedlist>
</sect3> </sect3>
...@@ -2055,11 +2055,11 @@ current_date &lt; 2017-11-17 ...@@ -2055,11 +2055,11 @@ current_date &lt; 2017-11-17
<listitem> <listitem>
<para> <para>
Major rewrite to use V3 frontend/backend protocol (Michael) Use V3 frontend/backend protocol (Michael)
</para> </para>
<para> <para>
This adds server-side prepared statements. This adds support for server-side prepared statements.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment