SET SESSION TRANSACTION command

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: SET SESSION TRANSACTION command
Date: 2006-01-01 19:35:02
Message-ID: dp9aqv$15dd$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-01-01 19:54:51 Re: Last line is not read from postgres.conf
Previous Message Qingqing Zhou 2006-01-01 19:02:54 Re: pg_reload_conf() does not unset archive_command