Re: isolation level and autocommit

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Manfred Rebentisch <MRebentisch(at)comparat(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: isolation level and autocommit
Date: 2005-04-23 09:20:15
Message-ID: 200504231120.16334.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Md. Monjoor Khayer 2005-04-23 10:29:00 connecting postgreSQL form Developer 2000 using ODBC
Previous Message Tom Lane 2005-04-23 05:06:23 Re: SQL code versioning (views, functions, etc)