@@ -22,8 +22,11 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
22
22
23
23
24
24
25
- PGACCESS 0.3 , 29 September 1997
25
+ PGACCESS 0.4 , 1 October 1997
26
26
================================
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.
27
30
28
31
29
32
@@ -34,7 +37,7 @@ can manage your tables, edit them, define queries, sequences and
34
37
functions.
35
38
36
39
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.
38
41
39
42
40
43
@@ -73,6 +76,7 @@ pgaccess.tcl file.
73
76
4.What does it now ?
74
77
75
78
Opens any database on a specified host at the specified port.
79
+ Perform vacuum command.
76
80
77
81
Tables
78
82
- opening tables for vieweing, max 200 records
@@ -81,30 +85,41 @@ Tables
81
85
- import/export to external files (SDF,CSV)
82
86
- filter capabilities ,enter filter like price>3.14
83
87
- 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
85
91
- table generator assistant lizzard :-) (not wizzard)
86
92
- table renaming and deleting (dropping)
93
+ - table information retrieving : owner, field information
94
+
87
95
Queries
88
96
- define, edit and store "user defined queries"
97
+ - save view layout
89
98
- can store queries as views
90
99
- execution of queries
91
100
- vieweing of select type queries result
92
101
- running action queries (insert, update, delete)
102
+
93
103
Sequences
94
- - define them
95
- - inspect them
96
- - delete them
104
+ - define
105
+ - inspect
106
+ - delete
107
+
97
108
Views
98
109
- defining them saving queries as views
99
110
- view them , with filtering and sorting capabilities
100
111
- delete them
101
112
113
+ Functions
114
+ - define , inspect , delete
115
+
116
+
102
117
103
118
5.What it should do in the future ?
104
119
105
120
- table design (add new fields, renaming, etc)
121
+ - sequence and function renaming
106
122
- script execution (simple SQL commands)
107
- - function manipulation (defining, vieweing)
108
123
- a simple report generator and viewer
109
124
- help on line
110
125
@@ -120,8 +135,7 @@ Some information about table structure, no. of fields, records would
120
135
be also good.
121
136
122
137
===========================================================================
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
125
139
126
140
Please feel free to e-mail me with any suggestion or bug description
127
141
that will help to improve this.
0 commit comments