execute sql script w/o stopping after error? - Mailing list pgadmin-hackers

From Carl R. Brune
Subject execute sql script w/o stopping after error?
Date
Msg-id Pine.LNX.4.61.0601311323230.26350@cerastes.phy.ohiou.edu
Whole thread Raw
List pgadmin-hackers
Does pgadmin3 offer a way to execute sql scripts without
stopping if an error is encountered? I've got a script
which starts by dropping table (which may or may not exist)
and then rebuilds it. If I execute the script with psql
(using \i) script execution continues after errors. However
if I try to do this with the query tool of pgadmin3 it stops
after the drop table statement (if the table doesn't exist).

Thanks,

Carl B.

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Patch: Query favourites
Next
From: "Magnus Hagander"
Date:
Subject: Re: Query tool: Autocompletion