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

Commit dec1889

Browse files
committed
Update to 0.4.
1 parent 4a226f0 commit dec1889

File tree

2 files changed

+454
-631
lines changed

2 files changed

+454
-631
lines changed

src/bin/pgaccess/README

+23-9
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
2222

2323

2424

25-
PGACCESS 0.3 , 29 September 1997
25+
PGACCESS 0.4 , 1 October 1997
2626
================================
27+
I dedicate this program to my little 4 year daughter Ana-Maria and my wife
28+
for their understanding. I hope they will forgive me for spending so many
29+
time far from them.
2730

2831

2932

@@ -34,7 +37,7 @@ can manage your tables, edit them, define queries, sequences and
3437
functions.
3538

3639
I use Tcl/Tk because it's a powerfull language, and it took me only
37-
three days of hard work to get it as you see it now.
40+
four days of hard work to get it as you see it now.
3841

3942

4043

@@ -73,6 +76,7 @@ pgaccess.tcl file.
7376
4.What does it now ?
7477

7578
Opens any database on a specified host at the specified port.
79+
Perform vacuum command.
7680

7781
Tables
7882
- opening tables for vieweing, max 200 records
@@ -81,30 +85,41 @@ Tables
8185
- import/export to external files (SDF,CSV)
8286
- filter capabilities ,enter filter like price>3.14
8387
- sort order capabilities ,enter manually the sort field(s)
84-
- editing in place
88+
- editing in place, double click the text you want to change
89+
- record deleting , point the record, press Del key
90+
- adding new records ,save new row with right-button-click on table for the moment
8591
- table generator assistant lizzard :-) (not wizzard)
8692
- table renaming and deleting (dropping)
93+
- table information retrieving : owner, field information
94+
8795
Queries
8896
- define, edit and store "user defined queries"
97+
- save view layout
8998
- can store queries as views
9099
- execution of queries
91100
- vieweing of select type queries result
92101
- running action queries (insert, update, delete)
102+
93103
Sequences
94-
- define them
95-
- inspect them
96-
- delete them
104+
- define
105+
- inspect
106+
- delete
107+
97108
Views
98109
- defining them saving queries as views
99110
- view them , with filtering and sorting capabilities
100111
- delete them
101112

113+
Functions
114+
- define , inspect , delete
115+
116+
102117

103118
5.What it should do in the future ?
104119

105120
- table design (add new fields, renaming, etc)
121+
- sequence and function renaming
106122
- script execution (simple SQL commands)
107-
- function manipulation (defining, vieweing)
108123
- a simple report generator and viewer
109124
- help on line
110125

@@ -120,8 +135,7 @@ Some information about table structure, no. of fields, records would
120135
be also good.
121136

122137
===========================================================================
123-
124-
You will always find the latest version at: http://www.flex.ro/pgaccess
138+
You would find always the last version at http://www.flex.ro/pgaccess
125139

126140
Please feel free to e-mail me with any suggestion or bug description
127141
that will help to improve this.

0 commit comments

Comments
 (0)