Re: auto-commit

From: "Victor Yegorov" <viy(at)pirmabanka(dot)lv>
To: chester c young <chestercyoung(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: auto-commit
Date: 2003-04-03 17:34:39
Message-ID: 20030403173439.GA1712@pirmabanka.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* chester c young <chestercyoung(at)yahoo(dot)com> [03.04.2003 20:23]:
> > I have a need to turn auto-commit off.
> >
> > Thank you
> >
> > Hubert Krenske
>
> bracket your transaction with:
>
> begin
> <dml>
> end;

May be

begin

<dml>

<commit>|<rollback> ?!

--

Victor Yegorov

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2003-04-03 18:01:01 Re: Foreign key from another database
Previous Message chester c young 2003-04-03 17:09:25 Re: auto-commit