SET TRANSACTION ISOLATION LEVEL SERIALIZABLE on 7.0
Enrico Mangano <enrico.mangano@nethouse.it>
From: "Enrico Mangano" <enrico.mangano@nethouse.it>
To: <pgsql-general@postgresql.org>
Cc: "Alessandro Del Sarto" <alessandro.delsarto@nethouse.it>
Date: 2001-06-19T13:26:56Z
Lists: pgsql-general
Hi!! On a debian 2.2.19: $ /usr/local/pgsql/bin/psql --version psql (PostgreSQL) 7.0.3 contains readline, history support Portions Copyright (c) 1996-2000, PostgreSQL, Inc Portions Copyright (c) 1996 Regents of the University of California Read the file COPYRIGHT or use the command \copyright to see the usage and distribution terms. uidb=# SET TRANSACTION ISOLATION LEVEL SERIALIZABLE ; SET VARIABLE uidb=# SHOW TRANSACTION ISOLATION LEVEL ; NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED SHOW VARIABLE Has the variable really been setted? Is it a bug of the SHOW or what? Thanks. Enrico Mangano Netsoftware Division ______________ NETHOUSE S.R.L. Cso Re Umberto I, 57 - 10128 Torino - Italy Tel. +39-011-581.581 - Fax +39-011-581.591 http://www.nethouse.it - mailto:enrico.mangano@nethouse.it