]> granicus.if.org Git - postgresql/commitdiff
Change HISTORY to show outer joins in 7.1 or 7.2. REL7_0
authorBruce Momjian <bruce@momjian.us>
Mon, 8 May 2000 23:56:50 +0000 (23:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 8 May 2000 23:56:50 +0000 (23:56 +0000)
HISTORY
doc/TODO
doc/src/sgml/release.sgml
register.txt

diff --git a/HISTORY b/HISTORY
index 6c64141110535bc4ed35366ed857b9dd0bc38e67..b0831b02bd89d7bd7c8fa7596eaf431532d5fdad 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -26,8 +26,8 @@ Major changes in this release:
           variety of new features. See the psql manual page for details.
           
    Upcoming Features
-          In 7.1, we plan to have outer joins, storage for very long
-          rows, and a write-ahead logging system.
+          In 7.1 or 7.2, we plan to have outer joins, storage for very 
+          long rows, and a write-ahead logging system.
           
 Migration to v7.0
 
index 72a6bf52fc351bbad2acaefdd85c0daeb02771d9..23c904e05874586f67ed539c95cb1a5cca56955b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 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)
 
index 712389fe67e5f6a32c0ef667718e0cb52a3db3e2..f790e1644046a9b53ac93dcdc5e70b051fa0a823 100644 (file)
@@ -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">
@@ -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>
   </author>
   </authorgroup>
-  <date>2000-04-01</date>
+  <date>2000-05-08</date>
   </docinfo>
    -->
    <para>
@@ -89,7 +89,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 tho
       </term>
       <listitem>
        <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.
        </para>
       </listitem>
index 17730c6fa7e27b8cd974543396328b014fcb9fe9..c6590b095d49ec9a65d2bc2aaa4790782531c62a 100644 (file)
@@ -1,5 +1,5 @@
 
-(1999-07-15)
+(2000-05-08)
 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
 work or play with PostgreSQL more productive.