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
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)