some way to continue forward even when an error occurs

From: Brad Langhorst <brad(at)langhorst(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: some way to continue forward even when an error occurs
Date: 2005-08-18 18:35:27
Message-ID: 1124390128.5885.23.camel@up
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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 aborting the run.

Oracle, Sybase, and MSSQL do this by default.

thanks!

brad

Browse pgadmin-support by date

  From Date Subject
Next Message Vasilev Max 2005-08-21 10:41:14 Re: wrong generated sql query order
Previous Message Tino Wildenhain 2005-08-18 13:56:41 Re: Connecting to a remote database