SET SESSION TRANSACTION command - Mailing list pgsql-general

From Qingqing Zhou
Subject SET SESSION TRANSACTION command
Date
Msg-id dp9aqv$15dd$1@news.hub.org
Whole thread Raw
Responses Re: SET SESSION TRANSACTION command  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
test=# SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET
test=# show transaction_isolation;
 transaction_isolation
-----------------------
 read committed
(1 row)

Is this a bug by any chance or we do it intentionally?

Regards,
Qingqing



pgsql-general by date:

Previous
From: John Koller
Date:
Subject: Re: HINT: Perhaps out of disk space?
Next
From: Tom Lane
Date:
Subject: Re: Last line is not read from postgres.conf