[pgadmin-support] some way to continue forward even when an error occurs

2005-08-18 Thread Brad Langhorst
eg. set continue_on_error = true or maybe an option in the gui to continue execution. This is a problem when you run ddl that attempts to drop some non-existant items. I think it should report that the item being deleted does not exist but then should continue on to the next statement instead of

[pgadmin-support] Feature idea: support for "run this command" before connecting to a database

2009-08-21 Thread Brad Langhorst
eg: I need to set up a tunnel to connect to one of my db servers (in the dmz) ssh -N -L 54321:localhost:5432 usern...@mydmzhosthere It would be nice if if could run that before opening the connection automatically. Brad -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)