]> granicus.if.org Git - postgresql/commitdiff
Add note that contrib/rserv is gone.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2004 00:47:31 +0000 (00:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
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 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.294 2004/08/30 00:47:31 tgl Exp $
 -->
 
 <appendix id="release">
@@ -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 <literal>WITH OIDS</literal> clause must
       be specified or the <varname>default_with_oids</varname>
       configuration parameter must be enabled. Users are encouraged to
-      explicitely specify <literal>WITH OIDS</literal> if their tables
+      explicitly specify <literal>WITH OIDS</literal> if their tables
       require OIDs for compatibility with future releases of
       <productname>PostgreSQL</productname>.
      </para>
@@ -1830,6 +1830,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp
      </para>
     </listitem>
 
+    <listitem>
+     <para>
+      Remove contrib/rserv: obsoleted by various separate projects
+     </para>
+    </listitem>
+
     <listitem>
      <para>
       Remove pg_encoding; not needed anymore