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

Commit44ede10

Browse files
committed
Move a few release note items from "Utility Commands" to "Object Manipulation".
1 parent40f4bb5 commit44ede10

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.573 2008/01/01 19:36:20 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.574 2008/01/01 19:41:14 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -1463,6 +1463,43 @@ current_date &lt; 2017-11-17
14631463
</para>
14641464
</listitem>
14651465

1466+
<listitem>
1467+
<para>
1468+
Implement <command>CREATE TABLE LIKE ... INCLUDING
1469+
INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil)
1470+
</para>
1471+
</listitem>
1472+
1473+
<listitem>
1474+
<para>
1475+
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
1476+
transactions in other databases (Simon)
1477+
</para>
1478+
</listitem>
1479+
1480+
<listitem>
1481+
<para>
1482+
Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER
1483+
SEQUENCE ... RENAME TO</command> (David Fetter, Neil)
1484+
</para>
1485+
1486+
<para>
1487+
Previously this could only be done via <command>ALTER TABLE ...
1488+
RENAME TO</command>.
1489+
</para>
1490+
</listitem>
1491+
1492+
<listitem>
1493+
<para>
1494+
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
1495+
conflicting backends to exit before failing (Tom)
1496+
</para>
1497+
1498+
<para>
1499+
This increases the likelihood that these commands will succeed.
1500+
</para>
1501+
</listitem>
1502+
14661503
<listitem>
14671504
<para>
14681505
Allow triggers and rules to be deactivated in groups using a
@@ -1537,32 +1574,6 @@ current_date &lt; 2017-11-17
15371574
</para>
15381575
</listitem>
15391576

1540-
<listitem>
1541-
<para>
1542-
Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER
1543-
SEQUENCE ... RENAME TO</command> (David Fetter, Neil)
1544-
</para>
1545-
1546-
<para>
1547-
Previously this could only be done via <command>ALTER TABLE ...
1548-
RENAME TO</command>.
1549-
</para>
1550-
</listitem>
1551-
1552-
<listitem>
1553-
<para>
1554-
Implement <command>CREATE TABLE LIKE ... INCLUDING
1555-
INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil)
1556-
</para>
1557-
</listitem>
1558-
1559-
<listitem>
1560-
<para>
1561-
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
1562-
transactions in other databases (Simon)
1563-
</para>
1564-
</listitem>
1565-
15661577
<listitem>
15671578
<para>
15681579
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
@@ -1601,17 +1612,6 @@ current_date &lt; 2017-11-17
16011612
</para>
16021613
</listitem>
16031614

1604-
<listitem>
1605-
<para>
1606-
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
1607-
conflicting backends to exit before failing (Tom)
1608-
</para>
1609-
1610-
<para>
1611-
This increases the likelihood that these commands will succeed.
1612-
</para>
1613-
</listitem>
1614-
16151615
<listitem>
16161616
<para>
16171617
Limit the amount of information reported when a user is dropped

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp