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