Alvaro Herrera wrote:
> It is a Postgres limitation as well. We _could_ make the server "really
> start the transaction" at the point the first query is issued instead of
> when the BEGIN is issued.
And also, really finish the transaction right after the last
statement is executed, instead of waiting until the COMMIT
is issued :-)
Carlos
--