From a6894eb81afe11e7c45101e4c6f8a4deb1a54d20 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 2 May 2000 17:06:10 +0000
Subject: [PATCH] Update HISTORY/sgml for new pgaccess version.

---
 HISTORY                   | 2 +-
 doc/src/sgml/release.sgml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HISTORY b/HISTORY
index 24e93f47c17..6c641411105 100644
--- a/HISTORY
+++ b/HISTORY
@@ -230,7 +230,7 @@ Allow column aliases on views CREATE VIEW name (collist)
 Fixes for views with subqueries (Tom)
 Allow UPDATE table SET fld = (SELECT ...) (Tom)
 SET command options no longer require quotes
-Update pgaccess to 0.98.5
+Update pgaccess to 0.98.6
 New SET SEED command
 New pg_options.sample file
 New SET FSYNC command (Massimo)
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index cddea4b326f..7b93b645c0f 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.45 2000/04/28 15:03:39 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.46 2000/05/02 17:06:10 momjian Exp $
 -->
 
  <chapter id="release">
@@ -306,7 +306,7 @@ Allow column aliases on views CREATE VIEW name (collist)
 Fixes for views with subqueries (Tom)
 Allow UPDATE table SET fld = (SELECT ...) (Tom)
 SET command options no longer require quotes
-Update pgaccess to 0.98.5
+Update pgaccess to 0.98.6
 New SET SEED command
 New pg_options.sample file
 New SET FSYNC command (Massimo)
-- 
GitLab