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

This commit is contained in:
Bruce Momjian 1997-10-16 17:32:07 +00:00
parent 05a436b327
commit ed966c4617
3 changed files with 841 additions and 495 deletions

View File

@ -14,6 +14,7 @@ fix for buffer cache reference count problem(Vadim)
Allow strings to span lines, like ANSI(Thomas)
Fix for backward ORDER BY(Vadim)
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

View File

@ -1,3 +1,4 @@
---------------------------------------------------------------------------
@ -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
for their understanding. I hope they will forgive me for spending so many
@ -83,6 +84,8 @@ pgaccess.tcl file.
Tables
- opening tables for vieweing, max 200 records
- 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
- import/export to external files (SDF,CSV)
- filter capabilities ,enter filter like price>3.14
@ -92,7 +95,7 @@ Tables
- adding new records ,save new row with right-button-click on table for the moment
- table generator assistant lizzard :-) (not wizzard)
- table renaming and deleting (dropping)
- table information retrieving : owner, field information
- table information retrieving : owner, field information, indexes
Queries
- define, edit and store "user defined queries"

File diff suppressed because it is too large Load Diff