- This topic has 2 replies, 3 voices, and was last updated 19 years, 10 months ago by myoungstrom.
-
AuthorPosts
-
support-jeffMemberPostgresql users, what kinds of postgresql-specific support would like to see? I am working on view, stored proc (i.e. function), and trigger source viewing, editing, execution; monitor nodes; languages installed; explain plan. Anything else that would be helpful or that I am glaringly missing?
Robert VargaParticipant@support-jeff wrote:
Postgresql users, what kinds of postgresql-specific support would like to see? I am working on view, stored proc (i.e. function), and trigger source viewing, editing, execution; monitor nodes; languages installed; explain plan. Anything else that would be helpful or that I am glaringly missing?
I just shoot off of my head, some of these might already be implemented, or might not be implementable… (naturally all apply to Oracle as well if it is not implemented in the Oracle part yet)
– Run script,
– recompile storedproc/trigger/view… in database outline view,
– filter&order in Data browser…,
– edit in data browser (necessitates commit/rollback&refresh buttons),
– edit text dialog popping up for large fields and varchars longer than the column or containing linebreak in data browser (or just data field size longer than 20 chars) on double click,
– reordering the columns in data browser,
– trace other session (what statement is it currently running, is it blocked, what user is it logged in as)
– run stored procedure/function with parameters specifiable, output displayable (even as result set(s) if necessary)
– create index/unique constraint dialog (allow selecting/ordering columns for indexing, selecting possible index types)– everything what I forgot to mention…
Regards and Happy New Year,
Robert Varga
myoungstromMemberI don’t know if this is possible but I have a problem that I can’t drop a postgreSQL database that I’m currently connected to. So it would be nice if the Database Explorer connections could have the option to be in “passive” mode or something where a connection is made only during some action and then closed afterwards.
I realize this isn’t a postgresql only feature but the topic got me thinking. 🙂 It would be a nice enhancement.
Mike
-
AuthorPosts