autocommit off mode, how does it work? - Mailing list pgsql-hackers

From Dave Cramer
Subject autocommit off mode, how does it work?
Date
Msg-id 1046237208.534.145.camel@inspiron.cramers
Whole thread Raw
In response to Re: A bad behavior under autocommit off mode  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Responses Re: autocommit off mode, how does it work?
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: More outdated documentation
Next
From: Tom Lane
Date:
Subject: Re: autocommit off mode, how does it work?