Re: A bad behavior under autocommit off mode

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: A bad behavior under autocommit off mode
Дата
Msg-id 200302201044.48027.darcy@druid.net
обсуждение исходный текст
Ответ на Re: A bad behavior under autocommit off mode  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: A bad behavior under autocommit off mode
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A bad behavior under autocommit off mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: A bad behavior under autocommit off mode