mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Reorder a few release notes items for consistency.
This commit is contained in:
parent
0af4bb87d3
commit
ee891817fb
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user