Re: Problem with FOUND - Mailing list pgsql-general

From A B
Subject Re: Problem with FOUND
Date
Msg-id dbbf25900806270915u659e990n17be0265b4cf164a@mail.gmail.com
Whole thread Raw
In response to Re: Problem with FOUND  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Responses Re: Problem with FOUND  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List 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?

pgsql-general by date:

Previous
From: Benjamin Weaver
Date:
Subject: Re: compiling, performance of PostGreSQL 8.3 on 64-bit processors
Next
From: Tom Lane
Date:
Subject: Re: compiling, performance of PostGreSQL 8.3 on 64-bit processors