|
From: Amit K. <ami...@en...> - 2013-07-22 05:32:32
|
On 20 July 2013 20:54, 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 ? > Attempt to create savepoint will return "Not Supported" error, so the transaction aborts at the point where you create the savepoint. > > 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 > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |