Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4aab22fc
Commit
4aab22fc
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update to 0.5.
parent
4c4f1189
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bin/pgaccess/README
+7
-4
7 additions, 4 deletions
src/bin/pgaccess/README
src/bin/pgaccess/pgaccess.tcl
+894
-124
894 additions, 124 deletions
src/bin/pgaccess/pgaccess.tcl
with
901 additions
and
128 deletions
src/bin/pgaccess/README
+
7
−
4
View file @
4aab22fc
Copyright (c) 1994-7 Regents of the University of California
Copyright (c) 1994-7 Regents of the University of California
Permission to use, copy, modify, and distribute this software and its
Permission to use, copy, modify, and distribute this software and its
...
@@ -22,7 +23,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
...
@@ -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
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
for their understanding. I hope they will forgive me for spending so many
...
@@ -63,7 +64,7 @@ go for it.
...
@@ -63,7 +64,7 @@ go for it.
You run it with the command:
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.
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
It's a wish compiled with libpgtcl library so it could understand the
...
@@ -75,8 +76,9 @@ pgaccess.tcl file.
...
@@ -75,8 +76,9 @@ pgaccess.tcl file.
4.What does it now ?
4.What does it now ?
Opens any database on a specified host at the specified port.
- Opens any database on a specified host at the specified port.
Perform vacuum command.
- Perform vacuum command.
- Saves preferences in ~/pgaccessrc file
Tables
Tables
- opening tables for vieweing, max 200 records
- opening tables for vieweing, max 200 records
...
@@ -99,6 +101,7 @@ Queries
...
@@ -99,6 +101,7 @@ Queries
- execution of queries
- execution of queries
- vieweing of select type queries result
- vieweing of select type queries result
- running action queries (insert, update, delete)
- running action queries (insert, update, delete)
- query lizzard (visual query builder) with drag & drop support
Sequences
Sequences
- define
- define
...
...
This diff is collapsed.
Click to expand it.
src/bin/pgaccess/pgaccess.tcl
+
894
−
124
View file @
4aab22fc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment