1
1
2
2
3
+
3
4
Copyright (c) 1994-7 Regents of the University of California
4
5
5
6
Permission to use, copy, modify, and distribute this software and its
@@ -22,7 +23,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
22
23
23
24
24
25
25
- PGACCESS 0.4 , 1 October 1997
26
+ PGACCESS 0.5 , 3 October 1997
26
27
================================
27
28
I dedicate this program to my little 4 year daughter Ana-Maria and my wife
28
29
for their understanding. I hope they will forgive me for spending so many
@@ -63,7 +64,7 @@ go for it.
63
64
64
65
You run it with the command:
65
66
66
- wish -f pgaccess.tcl
67
+ wish -f pgaccess.tcl
67
68
68
69
Another way of loading the PostgreSQL library is running it with pgwish.
69
70
It's a wish compiled with libpgtcl library so it could understand the
@@ -75,8 +76,9 @@ pgaccess.tcl file.
75
76
76
77
4.What does it now ?
77
78
78
- Opens any database on a specified host at the specified port.
79
- Perform vacuum command.
79
+ - Opens any database on a specified host at the specified port.
80
+ - Perform vacuum command.
81
+ - Saves preferences in ~/pgaccessrc file
80
82
81
83
Tables
82
84
- opening tables for vieweing, max 200 records
@@ -99,6 +101,7 @@ Queries
99
101
- execution of queries
100
102
- vieweing of select type queries result
101
103
- running action queries (insert, update, delete)
104
+ - query lizzard (visual query builder) with drag & drop support
102
105
103
106
Sequences
104
107
- define
0 commit comments