Re: Weird prepared stmt behavior - Mailing list pgsql-hackers

From James Robinson
Subject Re: Weird prepared stmt behavior
Date
Msg-id 5146F950-9D2B-11D8-8210-000A9566A412@socialserve.com
Whole thread Raw
In response to Weird prepared stmt behavior  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fixed directory locations in installs
Next
From: Peter Eisentraut
Date:
Subject: Re: mingw configure failure workaround