|
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 $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
@@ -1463,6 +1463,43 @@ current_date < 2017-11-17 |
1463 | 1463 | </para> |
1464 | 1464 | </listitem> |
1465 | 1465 |
|
| 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 | + |
1466 | 1503 | <listitem> |
1467 | 1504 | <para> |
1468 | 1505 | Allow triggers and rules to be deactivated in groups using a |
@@ -1537,32 +1574,6 @@ current_date < 2017-11-17 |
1537 | 1574 | </para> |
1538 | 1575 | </listitem> |
1539 | 1576 |
|
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 | | - |
1566 | 1577 | <listitem> |
1567 | 1578 | <para> |
1568 | 1579 | Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas) |
@@ -1601,17 +1612,6 @@ current_date < 2017-11-17 |
1601 | 1612 | </para> |
1602 | 1613 | </listitem> |
1603 | 1614 |
|
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 | | - |
1615 | 1615 | <listitem> |
1616 | 1616 | <para> |
1617 | 1617 | Limit the amount of information reported when a user is dropped |
|