|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.294 2004/08/30 00:47:31 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <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
|
367 | 367 | that contains OIDs, the <literal>WITH OIDS</literal> clause must
|
368 | 368 | be specified or the <varname>default_with_oids</varname>
|
369 | 369 | configuration parameter must be enabled. Users are encouraged to
|
370 |
| -explicitely specify <literal>WITH OIDS</literal> if their tables |
| 370 | +explicitly specify <literal>WITH OIDS</literal> if their tables |
371 | 371 | require OIDs for compatibility with future releases of
|
372 | 372 | <productname>PostgreSQL</productname>.
|
373 | 373 | </para>
|
@@ -1830,6 +1830,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.293 2004/08/30 00:33:52 tgl Exp
|
1830 | 1830 | </para>
|
1831 | 1831 | </listitem>
|
1832 | 1832 |
|
| 1833 | + <listitem> |
| 1834 | + <para> |
| 1835 | + Remove contrib/rserv: obsoleted by various separate projects |
| 1836 | + </para> |
| 1837 | + </listitem> |
| 1838 | + |
1833 | 1839 | <listitem>
|
1834 | 1840 | <para>
|
1835 | 1841 | Remove pg_encoding; not needed anymore
|
|