From: Bruce Momjian Date: Thu, 10 May 2012 17:00:18 +0000 (-0400) Subject: 9.2 release note adjustments from Robert Haas. X-Git-Tag: REL9_2_BETA1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1908a6796a2e61e78c9a31807076746c34ea6a15;p=postgresql 9.2 release note adjustments from Robert Haas. --- diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index e1f5c9050a..86a4e04048 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -97,7 +97,7 @@ Remove the spclocation field from pg_tablespace (Magnus Hagander, - Tom Lane)) + Tom Lane) @@ -601,7 +601,7 @@ - These are internally called "latches". + The wait events are internally called "latches". @@ -1195,7 +1195,7 @@ - Such casts have no affect. + Such casts have no effect. @@ -1312,28 +1312,12 @@ - Avoid table and index rebuilds when NUMERIC, - VARBIT, and temporal columns are changed in compatible - ways (Noah Misch) - - - - - - Reduce need to rebuild indexes for various ALTER TABLE operations (Noah Misch) DUPLICATE? - - - Avoid index rebuilds for no-rewrite ALTER TABLE - / ALTER TYPE - (Noah Misch) - - - Add IF EXIST clause to ALTER @@ -2289,13 +2273,6 @@ - - - Parallel pg_dump (Robert Haas, Joachim Wieland) - DETAILS? - - - Add an - This is currently unused. STILL TRUE? + This is currently unused.