Emmanuel Cecchet <[EMAIL PROTECTED]> writes: > Thanks for the example, I get it now. Does it make sense to allow any > request execution between PREPARE TRANSACTION and the subsequent COMMIT > or ROLLBACK?
Yes. Don't even think of trying to disallow that. The COMMIT doesn't
even have to happen in the same session, anyway.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
