Re: New SET/autocommit problem

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: New SET/autocommit problem
Дата
Msg-id 20021022171046.GA87110@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: New SET/autocommit problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > WARNING:  COMMIT: no transaction in progress
> 
> > I've got tons of these warnings in my logs... is there a programmatic
> > way of determining if the current session is in a transaction?
> 
> Not at present: you have to track it for yourself.  One of the
> suggestions on the list for the next frontend/backend protocol revision
> (probably in 7.4) is to add a way for the backend to signal its
> transaction state: no transaction, in transaction, or in failed
> transaction seems like the set of possible states.

That would be fabulous because with autocommit set to off, the
complexity for tracking that in application is getting pretty
gnarly. -sc

-- 
Sean Chittenden


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: One 7.3 item left
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump and large files - is this a problem?