9.2 release note adjustments from Robert Haas.
authorBruce Momjian
Thu, 10 May 2012 17:00:18 +0000 (13:00 -0400)
committerBruce Momjian
Thu, 10 May 2012 17:00:18 +0000 (13:00 -0400)
doc/src/sgml/release-9.2.sgml

index e1f5c9050a9c6f46bc374ef3d1d8bbbe6f8c29c7..86a4e040484993dddc73a99f77c5948afe1f3d19 100644 (file)
@@ -97,7 +97,7 @@
         Remove the 
         linkend="catalog-pg-tablespace">spclocation
         field from pg_tablespace (Magnus Hagander,
-        Tom Lane))
+        Tom Lane)
        
        
        
        
        
        
-        These are internally called "latches".
+        The wait events are internally called "latches".
        
       
       
        
        
        
-        Such casts have no affect.
+        Such casts have no effect.
        
       
       
 
       
        
-        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 
+        Reduce need to rebuild tables and indexes for various 
         linkend="SQL-ALTERTABLE">ALTER TABLE
         operations (Noah Misch) DUPLICATE?
        
       
       
-      
-       
-        Avoid index rebuilds for no-rewrite ALTER TABLE
-        / ALTER TYPE
-        (Noah Misch)
-       
-      
-      
       
        
         Add IF EXIST clause to ALTER
 
      
 
-      
-       
-        Parallel pg_dump (Robert Haas, Joachim Wieland)
-        DETAILS?
-       
-      
-      
       
        
         Add an 
        
        
        
-        This is currently unused.  STILL TRUE?
+        This is currently unused.