From: Michael P. <mic...@gm...> - 2013-07-21 11:43:08
|
On Sat, Jul 20, 2013 at 11:50 PM, Tomasz Straszewski < str...@gm...> wrote: > Hi, > > I have a question about transactions, i readed that postgres-xc doesn't > support savepoints. What happens if transaction fails ? > Same answer as on the other mailing list: All the modifications done by this transaction are dropped on all the nodes involved as it rollbacks. Thanks, -- Michael |