Re: Per-Table Transaction Isolation Level? - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: Per-Table Transaction Isolation Level?
Date
Msg-id 20041109110542.C611@hermes.hilbert.loc
Whole thread Raw
In response to Per-Table Transaction Isolation Level?  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-general
> I'd like to know if there is a way to specify different transaction
> isolation levels for different tables in the db.
Simply set up a connection for each transaction isolation level
you need and read the appropriate data from whichever
connection is suitable.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Postresql RFD version 2.0 Help Wanted.
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Per-Table Transaction Isolation Level?