autocommit off mode, how does it work?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема autocommit off mode, how does it work?
Дата
Msg-id 1046237208.534.145.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: A bad behavior under autocommit off mode  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: autocommit off mode, how does it work?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Can someone point me to the documentation for the new autocommit mode
behaviour, I must be doing something wrong

I do a set autocommit=off;

begin;
create table foo ...
insert into foo
end;

and if I look for the table foo from another connection, it isn't there?

my source tree is REL7_3_STABLE


-- 
Dave Cramer <dave@fastcrypt.com>
Cramer Consulting



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: More outdated documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: autocommit off mode, how does it work?