mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Update to 0.4.
This commit is contained in:
parent
4a226f0a7e
commit
dec1889a73
@ -22,8 +22,11 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
PGACCESS 0.3 , 29 September 1997
|
PGACCESS 0.4 , 1 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
|
||||||
|
time far from them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -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.
|
|||||||
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
|
|||||||
- 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
|
|||||||
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.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user