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
dec1889a
Commit
dec1889a
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update to 0.4.
parent
4a226f0a
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bin/pgaccess/README
+23
-9
23 additions, 9 deletions
src/bin/pgaccess/README
src/bin/pgaccess/pgaccess.tcl
+431
-622
431 additions, 622 deletions
src/bin/pgaccess/pgaccess.tcl
with
454 additions
and
631 deletions
src/bin/pgaccess/README
+
23
−
9
View file @
dec1889a
...
@@ -22,8 +22,11 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
...
@@ -22,8 +22,11 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
PGACCESS 0.
3
,
29 Septem
ber 1997
PGACCESS 0.
4
,
1 Octo
ber 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
time far from them.
...
@@ -34,7 +37,7 @@ can manage your tables, edit them, define queries, sequences and
...
@@ -34,7 +37,7 @@ can manage your tables, edit them, define queries, sequences and
functions.
functions.
I use Tcl/Tk because it's a powerfull language, and it took me only
I use Tcl/Tk because it's a powerfull language, and it took me only
three
days of hard work to get it as you see it now.
four
days of hard work to get it as you see it now.
...
@@ -73,6 +76,7 @@ pgaccess.tcl file.
...
@@ -73,6 +76,7 @@ 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.
Tables
Tables
- opening tables for vieweing, max 200 records
- opening tables for vieweing, max 200 records
...
@@ -81,30 +85,41 @@ Tables
...
@@ -81,30 +85,41 @@ Tables
- import/export to external files (SDF,CSV)
- import/export to external files (SDF,CSV)
- filter capabilities ,enter filter like price>3.14
- filter capabilities ,enter filter like price>3.14
- sort order capabilities ,enter manually the sort field(s)
- sort order capabilities ,enter manually the sort field(s)
- editing in place
- editing in place, double click the text you want to change
- record deleting , point the record, press Del key
- adding new records ,save new row with right-button-click on table for the moment
- table generator assistant lizzard :-) (not wizzard)
- table generator assistant lizzard :-) (not wizzard)
- table renaming and deleting (dropping)
- table renaming and deleting (dropping)
- table information retrieving : owner, field information
Queries
Queries
- define, edit and store "user defined queries"
- define, edit and store "user defined queries"
- save view layout
- can store queries as views
- can store queries as views
- 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)
Sequences
Sequences
- define them
- define
- inspect them
- inspect
- delete them
- delete
Views
Views
- defining them saving queries as views
- defining them saving queries as views
- view them , with filtering and sorting capabilities
- view them , with filtering and sorting capabilities
- delete them
- delete them
Functions
- define , inspect , delete
5.What it should do in the future ?
5.What it should do in the future ?
- table design (add new fields, renaming, etc)
- table design (add new fields, renaming, etc)
- sequence and function renaming
- script execution (simple SQL commands)
- script execution (simple SQL commands)
- function manipulation (defining, vieweing)
- a simple report generator and viewer
- a simple report generator and viewer
- help on line
- help on line
...
@@ -120,8 +135,7 @@ Some information about table structure, no. of fields, records would
...
@@ -120,8 +135,7 @@ Some information about table structure, no. of fields, records would
be also good.
be also good.
===========================================================================
===========================================================================
You would find always the last version at http://www.flex.ro/pgaccess
You will always find the latest version at: http://www.flex.ro/pgaccess
Please feel free to e-mail me with any suggestion or bug description
Please feel free to e-mail me with any suggestion or bug description
that will help to improve this.
that will help to improve this.
...
...
This diff is collapsed.
Click to expand it.
src/bin/pgaccess/pgaccess.tcl
+
431
−
622
View file @
dec1889a
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