Change HISTORY to show outer joins in 7.1 or 7.2.

REL7_0_PATCHES REL7_0
Bruce Momjian 26 years ago
parent 11a93191dc
commit f44328b2b8
  1. 4
      HISTORY
  2. 2
      doc/TODO
  3. 6
      doc/src/sgml/release.sgml
  4. 2
      register.txt

@ -26,8 +26,8 @@ Major changes in this release:
variety of new features. See the psql manual page for details. variety of new features. See the psql manual page for details.
Upcoming Features Upcoming Features
In 7.1, we plan to have outer joins, storage for very long In 7.1 or 7.2, we plan to have outer joins, storage for very
rows, and a write-ahead logging system. long rows, and a write-ahead logging system.
Migration to v7.0 Migration to v7.0

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sat May 6 16:20:00 EDT 2000 Last updated: Sat May 6 23:21:34 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49 2000/05/08 23:56:50 momjian Exp $
--> -->
<chapter id="release"> <chapter id="release">
@ -15,7 +15,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 tho
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date>2000-04-01</date> <date>2000-05-08</date>
</docinfo> </docinfo>
--> -->
<para> <para>
@ -89,7 +89,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 tho
</term> </term>
<listitem> <listitem>
<para> <para>
In 7.1, we plan to have outer joins, storage for very long rows, and a In 7.1 or 7.2, we plan to have outer joins, storage for very long rows, and a
write-ahead logging system. write-ahead logging system.
</para> </para>
</listitem> </listitem>

@ -1,5 +1,5 @@
(1999-07-15) (2000-05-08)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive. work or play with PostgreSQL more productive.

Loading…
Cancel
Save