Commit ed966c46 authored by Bruce Momjian's avatar Bruce Momjian

Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.

parent 05a436b3
...@@ -14,6 +14,7 @@ fix for buffer cache reference count problem(Vadim) ...@@ -14,6 +14,7 @@ fix for buffer cache reference count problem(Vadim)
Allow strings to span lines, like ANSI(Thomas) Allow strings to span lines, like ANSI(Thomas)
Fix for backward ORDER BY(Vadim) Fix for backward ORDER BY(Vadim)
Fix avg(cash) computation(Thomas) Fix avg(cash) computation(Thomas)
Fix for specifying a column twice in ORDER BY(Vadim)
PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997 PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997
......
---------------------------------------------------------------------------
...@@ -23,7 +24,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. ...@@ -23,7 +24,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
PGACCESS 0.51 , 3 October 1997 PGACCESS 0.61 , 14 October 1997
================================ ================================
I dedicate this program to my little 4 year daughter Ana-Maria and my wife I dedicate this program to my little 4 year daughter Ana-Maria and my wife
for their understanding. I hope they will forgive me for spending so many for their understanding. I hope they will forgive me for spending so many
...@@ -83,6 +84,8 @@ pgaccess.tcl file. ...@@ -83,6 +84,8 @@ pgaccess.tcl file.
Tables Tables
- opening tables for vieweing, max 200 records - opening tables for vieweing, max 200 records
- column resizing by dragging the vertical grid lines - column resizing by dragging the vertical grid lines
- text will wrap in cells now
- dynamic row height when editing
- table layout saved for every table - table layout saved for every table
- import/export to external files (SDF,CSV) - import/export to external files (SDF,CSV)
- filter capabilities ,enter filter like price>3.14 - filter capabilities ,enter filter like price>3.14
...@@ -92,7 +95,7 @@ Tables ...@@ -92,7 +95,7 @@ Tables
- adding new records ,save new row with right-button-click on table for the moment - adding new records ,save new row with right-button-click on table for the moment
- table generator assistant lizzard :-) (not wizzard) - table generator assistant lizzard :-) (not wizzard)
- table renaming and deleting (dropping) - table renaming and deleting (dropping)
- table information retrieving : owner, field information - table information retrieving : owner, field information, indexes
Queries Queries
- define, edit and store "user defined queries" - define, edit and store "user defined queries"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment