Re: turn off auto-commit - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: turn off auto-commit
Date
Msg-id 200209052048.g85KmSM18285@candle.pha.pa.us
Whole thread Raw
In response to Re: turn off auto-commit  ("Nick Fankhauser" <nickf@ontko.com>)
Responses Re: turn off auto-commit  ("Nick Fankhauser" <nickf@ontko.com>)
List pgsql-admin
Nick Fankhauser wrote:
>
> > Bruce Momjian wrote:
> >
> > Yes, autocommit appears in 7.3, due out in a few months.
>
> I'm confused.
>
> Isn't autocommit already there & on by default in psql currently?

He wants to turn autocomit off:

    $ psql
    test=> UPDATE tab SET col = 1;
    test=> UPDATE tab2 SET col = 2;
    test=> COMMIT;

With autocommit off, you basically start in a multi-statement
transaction at the start and every time you commit.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-admin by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: turn off auto-commit
Next
From: "Nick Fankhauser"
Date:
Subject: Re: turn off auto-commit