Re: Transaction with in function

From: Ravi Katkar <Ravi(dot)Katkar(at)infor(dot)com>
To: "'A(dot) Kretschmer'" <andreas(dot)kretschmer(at)schollglas(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transaction with in function
Date: 2010-05-26 06:52:53
Message-ID: 46AC8D44F3AE1F4888F137837D0DF635072561999E@INHYWEXMB2.infor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can we achieve nested transactions? ( may be using save points )with in functions.
Is there any work around?

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of A. Kretschmer
Sent: Wednesday, May 26, 2010 10:44 AM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Transaction with in function

In response to Ravi Katkar :
>
>
> I looking for solution for commit, rollback with in function.

You can't use transactions within functions, use savepoints instead.
http://www.postgresql.org/docs/current/static/sql-savepoint.html

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durumdara 2010-05-26 06:59:00 Bytea/Text blob deletion is very slow...
Previous Message Len Walter 2010-05-26 06:27:22 Commit every N rows in PL/pgsql