Re: SPI question re elog() and aborted transactions?

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SPI question re elog() and aborted transactions?
Date: 2003-04-14 22:31:53
Message-ID: 200304141631.53283.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday April 14 2003 4:27, some yahoo wrote:
> I have a C trigger function using SPI. It's purpose is never more
> important than the transaction itself, so I don't ever want the C
> function to abort the transaction under any circumstances.
>
> Can I accomplish this by simply never calling elog(ERROR, ...)? (And not
> crashing or doing anything else programmatically mischievous, of course).

Duh question. I see the answer.

Ed

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-04-14 22:37:57 Are we losing momentum?
Previous Message Ed L. 2003-04-14 22:27:10 SPI question re elog() and aborted transactions?