pgadmin3: present and future

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Keith <efesar(at)nmia(dot)com>
Subject: pgadmin3: present and future
Date: 2003-03-31 23:19:53
Message-ID: 3E88CD19.5030408@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


***Functionality right now:

All Objects should show correct properties and statistics. Most CREATE
SQL is implemented, query tool seems to work smoothly including query
cancelling (tested with 91k sized query).

- F5 refresh
- Ctrl-S save, Ctrl-O open and all SciTe keys
- Alt-E Execute, Alt-X Explain (pgadmin style)
- F5 Execute, Ctrl-Break Cancel (ms isql style)

***Missing, coming soon:
- Aggregate, Operator, Function, Rule, Trigger CREATE SQL
- functional index CREATE SQL
- Column MODIFY SQL
- comments
- handling enhancements in sql tool
- adding support for query builder

*** Missing, currently I don't plan to implement (and no tool, editing a
xrc file with a text editor isn't that fun):
- object property dialogs
- create object dialogs

*** Enhancements I'm thinking of right now (coming soon):
- split PG_FUNCTIONS into PT_FUNCTIONS AND PG_TRIGGERFUNCTIONS under
PG_SCHEMA
- show PG_TRIGGERFUNCTION under PG_TRIGGER
- attempt to format CREATE VIEW output

Regards,

Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-04-01 12:04:06 Re: pgadmin3 query tools
Previous Message efesar 2003-03-31 23:04:52 Re: pgadmin3 query tools