From: Tomasz S. <str...@gm...> - 2013-07-20 14:50:40
|
Hi, I have a question about transactions, i readed that postgres-xc doesn't support savepoints. What happens if transaction fails ? My application use postgreSQL and implement savepoint dao class with create savepoint in database. I want to migrate from postgreSQL to postgres-xc and i don't know what to do in this situation. Regards |