Re: ...Roll Back issue in PGSQL..

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Deepak <deepakdevan(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ...Roll Back issue in PGSQL..
Date: 2008-06-20 16:19:03
Message-ID: 1213978743.12706.0.camel@jd-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2008-06-20 at 13:10 +0530, Deepak wrote:
>
>
> Hi
>
> I am trying to create a TRIGGER function,that populates values to
> another table upon inserting a value into a table. The issue is,if
> there is a exception(in Table 2) everything gets rolled back including
> Table1.I dont want this to happen.i want the value of table1 to stay.
> I tried "try....except" and introduced SAVEPOINT.But resulted in
> runtime error.
>
> Can anyone please help me out

The function executed by the trigger will be executed as a single
transaction. If any part fails, they all fail.

Joshua D. Drake

>
> --
> Deepak
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-06-20 16:48:26 Re: Backend Stats Enhancement Request
Previous Message Decibel! 2008-06-20 16:14:47 Re: Doubt in index subplan query