Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
dec1889a
Commit
dec1889a
authored
Oct 01, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 0.4.
parent
4a226f0a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
454 additions
and
631 deletions
+454
-631
src/bin/pgaccess/README
src/bin/pgaccess/README
+23
-9
src/bin/pgaccess/pgaccess.tcl
src/bin/pgaccess/pgaccess.tcl
+431
-622
No files found.
src/bin/pgaccess/README
View file @
dec1889a
...
...
@@ -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
functions.
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.
4.What does it now ?
Opens any database on a specified host at the specified port.
Perform vacuum command.
Tables
- opening tables for vieweing, max 200 records
...
...
@@ -81,30 +85,41 @@ Tables
- import/export to external files (SDF,CSV)
- filter capabilities ,enter filter like price>3.14
- 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 renaming and deleting (dropping)
- table information retrieving : owner, field information
Queries
- define, edit and store "user defined queries"
- save view layout
- can store queries as views
- execution of queries
- vieweing of select type queries result
- running action queries (insert, update, delete)
Sequences
- define them
- inspect them
- delete them
- define
- inspect
- delete
Views
- defining them saving queries as views
- view them , with filtering and sorting capabilities
- delete them
Functions
- define , inspect , delete
5.What it should do in the future ?
- table design (add new fields, renaming, etc)
- sequence and function renaming
- script execution (simple SQL commands)
- function manipulation (defining, vieweing)
- a simple report generator and viewer
- help on line
...
...
@@ -120,8 +135,7 @@ Some information about table structure, no. of fields, records would
be also good.
===========================================================================
You will always find the latest version at: http://www.flex.ro/pgaccess
You would find always the last version at http://www.flex.ro/pgaccess
Please feel free to e-mail me with any suggestion or bug description
that will help to improve this.
...
...
src/bin/pgaccess/pgaccess.tcl
View file @
dec1889a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment