Re: isolation level and autocommit

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: isolation level and autocommit
Дата
Msg-id 200504231120.16334.peter_e@gmx.net
обсуждение исходный текст
Ответ на isolation level and autocommit  (Manfred Rebentisch <MRebentisch@comparat.de>)
Ответы Re: isolation level and autocommit
Список pgsql-admin
Manfred Rebentisch wrote:
> I want to have 'autocommit=true' with the one database and the above
> behaviour with the other database. How do I realize that?

I suspect you could set it with ALTER DATABASE ... SET autocommit =
true.

But the behavior of autocommit is really confusing and for that reason
the option was removed in 7.4 so you may not want to bother learning
its semantics.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL code versioning (views, functions, etc)
Следующее
От: Geoffrey
Дата:
Сообщение: Re: Installing PostGres