[GENERAL] rollback in function

2015-02-23 Thread Juan Pablo L .
Hello, i have created a function (in C) that receives an array that contains tuples of ID's and values. The function is to execute updates on each ID assigning the value, but if one of these operation fails (does not meet certain criteria) inside the function i would like to rollback and leave

Re: [GENERAL] rollback in function

2015-02-23 Thread Pavel Stehule
Hi 2015-02-19 21:42 GMT+01:00 Juan Pablo L. : > Hello, i have created a function (in C) that receives an array that > contains tuples of ID's and values. > > The function is to execute updates on each ID assigning the value, but if > one of these operation fails (does not meet certain criteria) >