Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ed966c4

Browse files
committed
Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.
1 parent 05a436b commit ed966c4

File tree

3 files changed

+847
-501
lines changed

3 files changed

+847
-501
lines changed

HISTORY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fix for buffer cache reference count problem(Vadim)
1414
Allow strings to span lines, like ANSI(Thomas)
1515
Fix for backward ORDER BY(Vadim)
1616
Fix avg(cash) computation(Thomas)
17+
Fix for specifying a column twice in ORDER BY(Vadim)
1718

1819

1920
PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997

src/bin/pgaccess/README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---------------------------------------------------------------------------
12

23

34

@@ -23,7 +24,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
2324

2425

2526

26-
PGACCESS 0.51 , 3 October 1997
27+
PGACCESS 0.61 , 14 October 1997
2728
================================
2829
I dedicate this program to my little 4 year daughter Ana-Maria and my wife
2930
for their understanding. I hope they will forgive me for spending so many
@@ -83,6 +84,8 @@ pgaccess.tcl file.
8384
Tables
8485
- opening tables for vieweing, max 200 records
8586
- column resizing by dragging the vertical grid lines
87+
- text will wrap in cells now
88+
- dynamic row height when editing
8689
- table layout saved for every table
8790
- import/export to external files (SDF,CSV)
8891
- filter capabilities ,enter filter like price>3.14
@@ -92,7 +95,7 @@ Tables
9295
- adding new records ,save new row with right-button-click on table for the moment
9396
- table generator assistant lizzard :-) (not wizzard)
9497
- table renaming and deleting (dropping)
95-
- table information retrieving : owner, field information
98+
- table information retrieving : owner, field information, indexes
9699

97100
Queries
98101
- define, edit and store "user defined queries"

0 commit comments

Comments
 (0)