Update release notes to current.
authorBruce Momjian
Thu, 13 May 2010 01:57:01 +0000 (01:57 +0000)
committerBruce Momjian
Thu, 13 May 2010 01:57:01 +0000 (01:57 +0000)
doc/src/sgml/release-9.0.sgml

index b263d3fc35b3f89fc34305a1c265356828ec9df0..76ad12d93d6d110246abe3b87c675a1fc0ce9c8d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Release 9.0
@@ -8,6 +8,10 @@
    2010-??-??
   
 
+
+
   
    Overview
 
      
     
 
+    
+     
+      Add /contrib/pg_upgrade
+      to support in-place upgrades
+     
+    
+
    
 
    
   
 
   Migration to Version 9.0
-  CURRENT AS OF 2010-04-29
+  CURRENT AS OF 2010-05-12
 
   
    A dump/restore using pg_dump is
    Contrib
    
 
+    
+     
+      Add /contrib/pg_upgrade
+      to support in-place upgrades (Bruce)
+     
+
+     
+      This avoids the requirement of dumping/reloading the database when
+      upgrading to a new major release of PostgreSQL.  It supports upgrades
+      from PostgreSQL 8.3 and 8.4.
+     
+    
+
     
      
       Add multi-threaded option (