From: | Tommy Eriksson <tommy(dot)eriksson(at)ctakt(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Default transaction isolation level. |
Date: | 2002-12-18 08:31:18 |
Message-ID: | 3E003256.6090700@ctakt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
I think my first post got lost, so here we go again:
I'm running a J2EE server (JBoss 3.0.4) with postgresql 7.0.3. I have
been experincing a promlem with "memory leaks", where the postgresql
jdbc driver calls addWarning with the message NOTICE: TRANSACTION
ISOLATION LEVEL is READ COMITTED and those SQLWarning objects never get
freed. The addWarring operation seemes to get called for every call the
J2EE server makes to postgresql.
So I thoght that if I changed the default isolation level in postresql
to serilazible that warning might dissapere, but I can't find any docs,
faq:s or mails stating how I can do that.
So I think my question is:
How do I change the default isolation level on the postgresql backend.
/Tommy
From | Date | Subject | |
---|---|---|---|
Next Message | Jules Alberts | 2002-12-18 09:30:26 | how to traverse a bytea value in pl/pgsql |
Previous Message | Josh Berkus | 2002-12-18 00:02:36 | Re: [NOVICE] [JDBC] JDBC - Open Office |