Re: BUG #4516: FOUND variable does not work after RETURN QUERY - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Date
Msg-id 172.1225992171@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4516: FOUND variable does not work after RETURN QUERY  ("Michal szymanski" <szymanskim@datera.pl>)
Responses Re: BUG #4516: FOUND variable does not work after RETURN QUERY  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-bugs
"Michal szymanski" <szymanskim@datera.pl> writes:
> Description:        FOUND variable does not work after RETURN QUERY

The list of statements that set FOUND is here:
http://www.postgresql.org/docs/8.3/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS

RETURN isn't one of them.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Michal szymanski"
Date:
Subject: BUG #4516: FOUND variable does not work after RETURN QUERY
Next
From: "Pavel Stehule"
Date:
Subject: Re: BUG #4516: FOUND variable does not work after RETURN QUERY