On Tue, 29 Apr 2008, Josh Berkus wrote:

Did you guys miss Tom's comment up-thread? Postgres already does this if
you use PQExecParams().

Keen.  Now we just need to get the driver developers to implement it.  I
imagine Java does.


The JDBC driver takes a multi-command statement and splits it up to be able to use the extended query protocol. So the JDBC driver is actually doing the reverse of your suggestion. For us it was a decision to ease the transition from V2 to V3 protocol and not break code that used to work.

Kris Jurka

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

Reply via email to