Re: BUG #4516: FOUND variable does not work after RETURN QUERY

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michal szymanski" <szymanskim(at)datera(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Date: 2008-11-06 17:22:51
Message-ID: 172.1225992171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

"Michal szymanski" <szymanskim(at)datera(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2008-11-06 17:48:02 Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Previous Message Michal szymanski 2008-11-06 16:38:12 BUG #4516: FOUND variable does not work after RETURN QUERY

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-06 17:26:46 Re: patch to fix client only builds
Previous Message Josh Berkus 2008-11-06 17:22:24 Re: My review for the patch "Table command"