Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: confused about transactions and connection pools



Tom Lane wrote:
I'm a bit
dubious that the prepared-statement machinery actually results in a win
compared to just issuing simple Query messages.

The driver has no infrastructure for issuing simple Query messages in v3 mode, and anyway we want to batch the BEGIN up with the query that follows it.

COMMIT/ROLLBACK might be of dubious value but I don't know if it's worth having a completely separate code path in the driver just for that one case.

-O



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group