Re: Two features left

From: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Jon Swinth <jswinth(at)atomicpc(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Two features left
Date: 2002-11-27 19:58:16
Message-ID: 3DE523D8.A1871B12@nsd.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce,

I assume one will be able to ABORT the current transaction without
aborting the higher transaction and ABORT ALL to abort all if needed.

What syntax will be available to the upper transaction to detect a lower
ABORT?
While there be something à la Java ( try catch)?

JLL

Bruce Momjian wrote:
>
> Jon Swinth wrote:
> > The other feature is to allow transactions to continue without being forced to
> > rollback when a SQL exception occurs. In many applications, a SQL exception
> > is handled and an appropriate alternative generated so the transaction goes
> > on. PostgreSQL does not support this and errors on every call made in the
> > same transaction before calling rollback. Some people are willing and able
> > to adjust there application code to handle this. Many people have long
> > running transactions where this is not easily accomplished or are using a
> > pre-existing application that they can't change.
>
> I am going to try to add nested transactions in 7.4. Will that help
> you?
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Diogo Biazus 2002-11-27 20:08:09 One SQL to access two databases.
Previous Message Joshua D. Drake 2002-11-27 19:44:02 Re: Request from eWeek for 7.3 comments