Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee89181

Browse files
committed
Reorder a few release notes items for consistency.
1 parent0af4bb8 commitee89181

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.549 2007/11/2003:34:14 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.550 2007/11/2004:00:27 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -399,6 +399,18 @@ current_date &lt; 2017-11-17
399399
</para>
400400
</listitem>
401401

402+
<listitem>
403+
<para>
404+
Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
405+
from accepting schema-qualified names (Bruce)
406+
</para>
407+
408+
<para>
409+
Formerly, these commands accepted <literal>schema.relation</> but
410+
ignored the schema part, which was confusing.
411+
</para>
412+
</listitem>
413+
402414
<listitem>
403415
<para>
404416
Restrict object size functions to users who have reasonable
@@ -1385,6 +1397,13 @@ current_date &lt; 2017-11-17
13851397
</para>
13861398
</listitem>
13871399

1400+
<listitem>
1401+
<para>
1402+
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
1403+
transactions in other databases (Simon)
1404+
</para>
1405+
</listitem>
1406+
13881407
<listitem>
13891408
<para>
13901409
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
@@ -1423,13 +1442,6 @@ current_date &lt; 2017-11-17
14231442
</para>
14241443
</listitem>
14251444

1426-
<listitem>
1427-
<para>
1428-
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
1429-
transactions in other databases (Simon)
1430-
</para>
1431-
</listitem>
1432-
14331445
<listitem>
14341446
<para>
14351447
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
@@ -1457,18 +1469,6 @@ current_date &lt; 2017-11-17
14571469
</para>
14581470
</listitem>
14591471

1460-
<listitem>
1461-
<para>
1462-
Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command>
1463-
from accepting schema-qualified names (Bruce)
1464-
</para>
1465-
1466-
<para>
1467-
Formerly, these commands accepted <literal>schema.relation</> but
1468-
ignored the schema part, which was confusing.
1469-
</para>
1470-
</listitem>
1471-
14721472
</itemizedlist>
14731473

14741474
</sect3>
@@ -1833,7 +1833,7 @@ current_date &lt; 2017-11-17
18331833

18341834
<listitem>
18351835
<para>
1836-
Add the function's volatility to the output of
1836+
Add the function's volatilitystatusto the output of
18371837
<literal>\df+</literal> (Neil)
18381838
</para>
18391839
</listitem>
@@ -1948,6 +1948,17 @@ current_date &lt; 2017-11-17
19481948
</para>
19491949
</listitem>
19501950

1951+
<listitem>
1952+
<para>
1953+
Add <application>pg_ctl</> timeout parameter (Bruce)
1954+
</para>
1955+
1956+
<para>
1957+
This controls how long <application>pg_ctl</> will wait when waiting
1958+
for server startup or shutdown.
1959+
</para>
1960+
</listitem>
1961+
19511962
<listitem>
19521963
<para>
19531964
Add <application>pg_ctl</> option to control generation
@@ -1977,17 +1988,6 @@ current_date &lt; 2017-11-17
19771988
</para>
19781989
</listitem>
19791990

1980-
<listitem>
1981-
<para>
1982-
Add <application>pg_ctl</> timeout parameter (Bruce)
1983-
</para>
1984-
1985-
<para>
1986-
This controls how long <application>pg_ctl</> will wait when waiting
1987-
for server startup or shutdown.
1988-
</para>
1989-
</listitem>
1990-
19911991
</itemizedlist>
19921992

19931993
</sect3>
@@ -2055,11 +2055,11 @@ current_date &lt; 2017-11-17
20552055

20562056
<listitem>
20572057
<para>
2058-
Major rewrite to use V3 frontend/backend protocol (Michael)
2058+
Use V3 frontend/backend protocol (Michael)
20592059
</para>
20602060

20612061
<para>
2062-
This adds server-side prepared statements.
2062+
This addssupport forserver-side prepared statements.
20632063
</para>
20642064
</listitem>
20652065

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp