IPS wrote:
> Is it possible to use begin, commit and rollback commands within a
> transaction block in SQL function in postgre ver 8.2
>
> with regards,
>
> I.P.S. Sethi
>
>
I guess you can use nested blocks in side a function(BEGIN,END) but not
commit because a SQL function runs as a single transaction.
With Regards
Ashish Karalkar
EnterpriseDB