Re: Problem with FOUND

From: "A B" <gentosaker(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with FOUND
Date: 2008-06-27 16:15:57
Message-ID: dbbf25900806270915u659e990n17be0265b4cf164a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-06-27 16:21:15 Re: compiling, performance of PostGreSQL 8.3 on 64-bit processors
Previous Message Douglas McNaught 2008-06-27 16:07:15 Re: compiling, performance of PostGreSQL 8.3 on 64-bit processors