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