autocommit off mode, how does it work?

From: Dave Cramer <dave(at)fastcrypt(dot)com>
To:
Cc: 'pgsql-hackers' <pgsql-hackers(at)postgresql(dot)org>
Subject: autocommit off mode, how does it work?
Date: 2003-02-26 05:26:48
Message-ID: 1046237208.534.145.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fastcrypt(dot)com>
Cramer Consulting

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-26 06:11:11 Re: autocommit off mode, how does it work?
Previous Message Joseph Shraibman 2003-02-26 03:13:18 Re: How do I change the server encoding?