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

Commit 4aab22f

Browse files
committed
Update to 0.5.
1 parent 4c4f118 commit 4aab22f

File tree

2 files changed

+901
-128
lines changed

2 files changed

+901
-128
lines changed

src/bin/pgaccess/README

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
Copyright (c) 1994-7 Regents of the University of California
45

56
Permission 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
================================
2728
I dedicate this program to my little 4 year daughter Ana-Maria and my wife
2829
for their understanding. I hope they will forgive me for spending so many
@@ -63,7 +64,7 @@ go for it.
6364

6465
You run it with the command:
6566

66-
wish -f pgaccess.tcl
67+
wish -f pgaccess.tcl
6768

6869
Another way of loading the PostgreSQL library is running it with pgwish.
6970
It's a wish compiled with libpgtcl library so it could understand the
@@ -75,8 +76,9 @@ pgaccess.tcl file.
7576

7677
4.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

8183
Tables
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

103106
Sequences
104107
- define

0 commit comments

Comments
 (0)