mirror of
https://github.com/postgres/postgres.git
synced 2025-05-22 00:02:02 -04:00
Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.
This commit is contained in:
parent
05a436b327
commit
ed966c4617
1
HISTORY
1
HISTORY
@ -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
|
||||||
|
@ -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
|
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.
|
|||||||
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
|
|||||||
- 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"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user