Re: A bad behavior under autocommit off mode - Mailing list pgsql-hackers

From D'Arcy J.M. Cain
Subject Re: A bad behavior under autocommit off mode
Date
Msg-id 200302201044.48027.darcy@druid.net
Whole thread Raw
In response to Re: A bad behavior under autocommit off mode  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: A bad behavior under autocommit off mode  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thursday 20 February 2003 10:38, Tom Lane wrote:
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > There seems a bad behavior under autocommit off mode.
> >
> >   1) psql -c 'set autocommit to off;select 1;commit'
> > causes a WARNING:  COMMIT: no transaction in progress
>
> Surely that's a bug: the SELECT ought to start a transaction block.

Sure but doesn't it also commit it?  There's still no transaction open coming
out of the SELECT.

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: A bad behavior under autocommit off mode
Next
From: Tom Lane
Date:
Subject: Re: A bad behavior under autocommit off mode