Re: Transaction Questions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rkut(at)intelerad(dot)com
Cc: pgsql-novice(at)postgresql(dot)org, Mathew Kanner <Mathew(dot)Kanner(at)intelerad(dot)com>
Subject: Re: Transaction Questions
Date: 2006-02-24 16:54:38
Message-ID: 4006.1140800078@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Richard Kut <rkut(at)intelerad(dot)com> writes:
> Thanks for the quick response. However, the ROLLBACK that you see occurred
> because I ended the transaction using END; and not because I explicitly asked
> for a ROLLBACK.

That is a ROLLBACK. END means "COMMIT if transaction is OK, else ROLLBACK".

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Kut 2006-02-24 17:23:22 Re: Transaction Questions
Previous Message Richard Kut 2006-02-24 16:47:05 Re: Transaction Questions