>
> An entirely new database connection can resume this transaction by again 
> calling BEGIN PREPARED with the same XID.


I'm sorry, but I can't find this command inside the Postgresql docs... Am I 
missing something?
I'm trying to do a multi-request two-phase transaction too, so I thought I 
could use the xid to refer to the same transaction from every request, but 
it looks like BEGIN PREPARED doesn't exist, and if I issue a second 
"PREPARE TRANSACTION 'samexid'" it complains that the "transaction 
identifier "xyz" is already in use"

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/7UroIxI3UfkJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to