Re: FOUND with EXECUTE

From: Neil Conway <neilc(at)samurai(dot)com>
To: Brendan Jurd <direvus(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: FOUND with EXECUTE
Date: 2007-10-16 01:36:15
Message-ID: 1192498575.6133.10.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2007-10-16 at 11:24 +1000, Brendan Jurd wrote:
> Is there a technical reason we do not set the value of FOUND when
> executing a dynamic statement in plpgsql?

See prior discussion:

http://archives.postgresql.org/pgsql-bugs/2004-10/msg00001.php

It would be easy enough to have EXECUTE modify FOUND, and that might
well be worth doing. Adding an "EVAL" concept would also be useful,
though, and would avoid changing EXECUTE's behavior in a way that might
break client apps.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-16 01:48:42 Re: UTF8 on Debian
Previous Message Tom Lane 2007-10-16 01:24:27 Re: 8.3 full text search docs