Re: Weird prepared stmt behavior

From: James Robinson <jlrobins(at)socialserve(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Weird prepared stmt behavior
Date: 2004-05-03 17:57:18
Message-ID: 5146F950-9D2B-11D8-8210-000A9566A412@socialserve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ WRT/ automagically re-parsing prepared statement from source when
dependency
plan changes.]

If done, this would have the wonderful side-effect of being able to use
regular queries
in plpgsql procedures which must currently be done using the EXECUTE
form, such
as those that just need to manipulate temporary tables.

Quite spiffy, reducing the amount of surprise encountered by postgres
neophytes.

----
James Robinson
Socialserve.com

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2004-05-03 18:02:47 Re: mingw configure failure workaround
Previous Message Peter Eisentraut 2004-05-03 17:43:47 Re: Fixed directory locations in installs