isolation level and autocommit - Mailing list pgsql-admin

From Manfred Rebentisch
Subject isolation level and autocommit
Date
Msg-id bhfhj2-tg6.ln1@oexs8.comparat.intra
Whole thread Raw
Responses Re: isolation level and autocommit
List pgsql-admin
I have a question to configuration of PostgreSQL 7.3

If in var/lib/pgsql/data/postgresql.conf the variable autocommit is set to
true, I cannot work with transactions, because all is commited immediately.

I set autocommit to false and set default_transaction_isolation =
'serializable', because this I need for one application. In this
application I set the following command after connect:

SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL SERIALIZABLE

Its work perfect.

But if I work with phpPgAdmin on the database, I have to use "BEGIN" and
"COMMIT" with every action. Is this changeable? It may be ok for me, if it
is only for the one database, but it is now for every pgsql-database on
this server.

I want to have 'autocommit=true' with the one database and the above
behaviour with the other database. How do I realize that?

Thank you for comments in advance.

Manfred Rebentisch


pgsql-admin by date:

Previous
From: Jodi Kanter
Date:
Subject: field names
Next
From: "Nuno Souto"
Date:
Subject: PostgreSQL (real and effective user ids must match) error