From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Sri <asrinivas(at)effigent(dot)net> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Problem while using start transaction ans commit; |
Date: | 2005-10-19 07:45:33 |
Message-ID: | 1129707933.19925.5.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Mon, 2005-10-17 at 12:53 +0530, Sri wrote:
> Hi All,
>
> I have a small problem in using nested transactions while working on
> Postgres 8.0.
>
> Ex: I have a function A() which in turn calls functions b() and c() ,
> if i want commit something in b or c. i have to use
You cannot start or commit a transaction inside a function. You can use
savepoints.
--
Oliver Elphick olly(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
========================================
Do you want to know God? http://www.lfix.co.uk/knowing_god.html
From | Date | Subject | |
---|---|---|---|
Next Message | Mario Splivalo | 2005-10-19 10:19:12 | Field Separator not working? |
Previous Message | Oliver Elphick | 2005-10-19 07:44:01 | Re: Query information needed |