diff options
author | Bruce Momjian | 2008-01-01 19:41:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-01-01 19:41:14 +0000 |
commit | 44ede1072dfcdd4291225b55439a549c8a6cc2b7 (patch) | |
tree | c5e5c4f61ca0e085ea1cb53671aee207a8a1aba1 | |
parent | 40f4bb5a2d06968fae1db5341d64aad7d77ca94b (diff) |
Move a few release note items from "Utility Commands" to "Object Manipulation".
-rw-r--r-- | doc/src/sgml/release.sgml | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 45fe82f4004..b92b067c4ae 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.573 2008/01/01 19:36:20 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.574 2008/01/01 19:41:14 momjian Exp $ --> <!-- Typical markup: @@ -1465,6 +1465,43 @@ current_date < 2017-11-17 <listitem> <para> + Implement <command>CREATE TABLE LIKE ... INCLUDING + INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil) + </para> + </listitem> + + <listitem> + <para> + Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore + transactions in other databases (Simon) + </para> + </listitem> + + <listitem> + <para> + Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER + SEQUENCE ... RENAME TO</command> (David Fetter, Neil) + </para> + + <para> + Previously this could only be done via <command>ALTER TABLE ... + RENAME TO</command>. + </para> + </listitem> + + <listitem> + <para> + Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for + conflicting backends to exit before failing (Tom) + </para> + + <para> + This increases the likelihood that these commands will succeed. + </para> + </listitem> + + <listitem> + <para> Allow triggers and rules to be deactivated in groups using a configuration parameter, for replication purposes (Jan) </para> @@ -1539,32 +1576,6 @@ current_date < 2017-11-17 <listitem> <para> - Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER - SEQUENCE ... RENAME TO</command> (David Fetter, Neil) - </para> - - <para> - Previously this could only be done via <command>ALTER TABLE ... - RENAME TO</command>. - </para> - </listitem> - - <listitem> - <para> - Implement <command>CREATE TABLE LIKE ... INCLUDING - INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil) - </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) </para> @@ -1603,17 +1614,6 @@ current_date < 2017-11-17 <listitem> <para> - Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for - conflicting backends to exit before failing (Tom) - </para> - - <para> - This increases the likelihood that these commands will succeed. - </para> - </listitem> - - <listitem> - <para> Limit the amount of information reported when a user is dropped (Alvaro) </para> |