11
22
3+
34Copyright (c) 1994-7 Regents of the University of California
45
56Permission to use, copy, modify, and distribute this software and its
@@ -22,7 +23,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
2223
2324
2425
25- PGACCESS 0.4 ,1 October 1997
26+ PGACCESS 0.5 ,3 October 1997
2627================================
2728I dedicate this program to my little 4 year daughter Ana-Maria and my wife
2829for their understanding. I hope they will forgive me for spending so many
@@ -63,7 +64,7 @@ go for it.
6364
6465You run it with the command:
6566
66- wish -f pgaccess.tcl
67+ wish -f pgaccess.tcl
6768
6869Another way of loading the PostgreSQL library is running it with pgwish.
6970It's a wish compiled with libpgtcl library so it could understand the
@@ -75,8 +76,9 @@ pgaccess.tcl file.
7576
76774.What does it now ?
7778
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
8082
8183Tables
8284- opening tables for vieweing, max 200 records
@@ -99,6 +101,7 @@ Queries
99101- execution of queries
100102- vieweing of select type queries result
101103- running action queries (insert, update, delete)
104+ - query lizzard (visual query builder) with drag & drop support
102105
103106Sequences
104107- define