Re: commit/rollback in postgre 8.2 - Mailing list pgsql-general

From Ashish Karalkar
Subject Re: commit/rollback in postgre 8.2
Date
Msg-id 49B4F09D.1080000@enterprisedb.com
Whole thread Raw
In response to commit/rollback in postgre 8.2  (IPS <sethi@nic.in>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Kaloyan Iliev
Date:
Subject: Re: Problem with encoding conversions
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Performance of subselects