From: Bruce Momjian Date: Tue, 1 Jan 2008 19:41:14 +0000 (+0000) Subject: Move a few release note items from "Utility Commands" to "Object Manipulation". X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=9f391aaa2aa1dc9ba6812d624434ac2d3e8d8ed4;p=users%2Fbernd%2Fpostgres.git Move a few release note items from "Utility Commands" to "Object Manipulation". --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index a83aed6d01..4410a7b811 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1463,6 +1463,43 @@ current_date < 2017-11-17 + + + Implement CREATE TABLE LIKE ... INCLUDING + INDEXES (Trevor Hardcastle, Nikhil Sontakke, Neil) + + + + + + Allow CREATE INDEX CONCURRENTLY to ignore + transactions in other databases (Simon) + + + + + + Add ALTER VIEW ... RENAME TO and ALTER + SEQUENCE ... RENAME TO (David Fetter, Neil) + + + + Previously this could only be done via ALTER TABLE ... + RENAME TO. + + + + + + Make CREATE/DROP/RENAME DATABASE wait briefly for + conflicting backends to exit before failing (Tom) + + + + This increases the likelihood that these commands will succeed. + + + Allow triggers and rules to be deactivated in groups using a @@ -1537,32 +1574,6 @@ current_date < 2017-11-17 - - - Add ALTER VIEW ... RENAME TO and ALTER - SEQUENCE ... RENAME TO (David Fetter, Neil) - - - - Previously this could only be done via ALTER TABLE ... - RENAME TO. - - - - - - Implement CREATE TABLE LIKE ... INCLUDING - INDEXES (Trevor Hardcastle, Nikhil Sontakke, Neil) - - - - - - Allow CREATE INDEX CONCURRENTLY to ignore - transactions in other databases (Simon) - - - Make CLUSTER MVCC-safe (Heikki Linnakangas) @@ -1601,17 +1612,6 @@ current_date < 2017-11-17 - - - Make CREATE/DROP/RENAME DATABASE wait briefly for - conflicting backends to exit before failing (Tom) - - - - This increases the likelihood that these commands will succeed. - - - Limit the amount of information reported when a user is dropped