Thanks for the suggestion on GET DIAGNOSTICS.

But concerning  EXECUTE, if I do

BEGIN
     EXECUTE QueryA
EXCEPTION WHEN OTHERS THEN
     QueryB
END;


will it execute QueryB if QueryA fails?

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to