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/