Re: PL/pgSQL bug: FOUND variable is not updated correct with EXECUTE - Mailing list pgsql-general

From Tom Lane
Subject Re: PL/pgSQL bug: FOUND variable is not updated correct with EXECUTE
Date
Msg-id 10984.1107904270@sss.pgh.pa.us
Whole thread Raw
In response to PL/pgSQL bug: FOUND variable is not updated correct with EXECUTE  (Vitaly Belman <vitalyb@gmail.com>)
Responses Re: PL/pgSQL bug: FOUND variable is not updated correct  (Neil Conway <neilc@samurai.com>)
List pgsql-general
Vitaly Belman <vitalyb@gmail.com> writes:
> Doing an EXECUTE for a query which returns results still yields 'f'
> for the FOUND variable.

This is not a bug.  Read the list of statements that update FOUND.
EXECUTE is not one of them.

            regards, tom lane

pgsql-general by date:

Previous
From: Mike Rylander
Date:
Subject: Re: What talk would get you to go to OSCon?
Next
From: Neil Conway
Date:
Subject: Re: PL/pgSQL bug: FOUND variable is not updated correct