Tom Lane schrieb:
Guillaume Smet <guillaume.s...@gmail.com> writes:
Unnamed prepared statements are planned after binding the values,
starting with 8.3, or more precisely starting with 8.3.2 as early 8.3
versions were partially broken on this behalf.

No, 8.2 did it too (otherwise we wouldn't have considered 8.3.0 to be
broken...).  The thing I'm not too clear about is what "use of an
unnamed statement" translates to for a JDBC user.

                        regards, tom lane

I followed another post in the PHP List. Andrew McMillan was talking about his experiences with udf's in Oracle and PG (--> look for subject: Re: [PHP] pl/php for windows). He was writing that, by using udf's, the planner sometimes uses strange and not performant plans. So generally I understood that using udf's is a good idea - compared with the work I have to do when I code that e.g in PHP and also compared to the better resulting performance with udf's. So what is your experience with using udf's (plpgsql)? Is there something like "use it in this case but not in that case"?

Your answers are very welcome ...

Cheers

Andy



--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to