Re: [pgadmin-hackers] execute sql script w/o stopping after error?

2006-02-02 Thread Carl R. Brune
[mailto:[EMAIL PROTECTED] On Behalf Of Carl R. Brune Sent: 31 January 2006 18:33 To: pgadmin-hackers@postgresql.org Subject: [pgadmin-hackers] execute sql script w/o stopping after error? Does pgadmin3 offer a way to execute sql scripts without stopping if an error is encountered? I've got a s

[pgadmin-hackers] execute sql script w/o stopping after error?

2006-01-31 Thread Carl R. Brune
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 t