1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Update HISTORY/sgml for new pgaccess version.

This commit is contained in:
Bruce Momjian
2000-05-02 17:06:10 +00:00
parent 7ef29a26cb
commit a6894eb81a
2 changed files with 3 additions and 3 deletions

View File

@@ -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)