Add note that contrib/rserv is gone.
authorTom Lane
Mon, 30 Aug 2004 00:47:31 +0000 (00:47 +0000)
committerTom Lane
Mon, 30 Aug 2004 00:47:31 +0000 (00:47 +0000)
doc/src/sgml/release.sgml

index 6752443ae3b0998e3166aa39448915fe3c4c46c2..b742f675e30ff6835a598110825299d4c675d126 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -367,7 +367,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp
       that contains OIDs, the WITH OIDS clause must
       be specified or the default_with_oids
       configuration parameter must be enabled. Users are encouraged to
-      explicitely specify WITH OIDS if their tables
+      explicitly specify WITH OIDS if their tables
       require OIDs for compatibility with future releases of
       PostgreSQL.
      
@@ -1830,6 +1830,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp
      
     
 
+    
+     
+      Remove contrib/rserv: obsoleted by various separate projects
+     
+    
+
     
      
       Remove pg_encoding; not needed anymore