Re: [ADMIN] Transaction with in function

2010-05-26 Thread Kevin Grittner
Ravi Katkar wrote: > I know that postgresql does not support nested transactions, > > I looking for solution for commit, rollback with in function. May > be using the save point. That is essentially the same as nested transactions, isn't it? Just using SQL standard syntax? > I were to use

[ADMIN] Transaction with in function

2010-05-26 Thread Ravi Katkar
I know that postgresql does not support nested transactions, I looking for solution for commit, rollback with in function. May be using the save point. I were to use save point in function , when it would get commit.? Thanks in advance . Regards Ravi Katkar