Re: Nested transaction - I am a bank ??

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: "Thapliyal, Deepak" <dthapliyal(at)soe(dot)sony(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Nested transaction - I am a bank ??
Date: 2004-01-14 00:17:37
Message-ID: Pine.LNX.4.21.0401140013240.7764-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Tue, 13 Jan 2004, Thapliyal, Deepak wrote:

> Thx Nigel..
>
> Also can you kindly advice how to turn autocommit to off

Probably:

SET AUTOCOMMIT TO OFF;

although I'm not sure that is still there in 7.4 and there was a lot of
discussion on it's 'brokeness' I believe. I'm sure someone else will correct me
if I'm wrong. I don't actually know as I've never used that feature, I have
always used explicit transaction starts if I have wanted multistatement
transactions, and I can't remember the details of the discussion now. A search
of the list archives should yield a collection of posts on this subject.

--
Nigel Andrews

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ezra epstein 2004-01-14 00:38:25 COPY FROM STDIN
Previous Message Tom Lane 2004-01-14 00:16:34 Re: casting parameters to a function