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
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