|
From: Michael P. <mic...@gm...> - 2013-07-20 22:01:48
|
On Sun, Jul 21, 2013 at 12:24 AM, 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 ? > All the modifications done by this transaction are dropped on all the nodes involved as it rollbacks. -- Michael |