> I know that I can set the transaction level with the
> GET TRANSACTION LEVEL statement. How can I get the
> transaction level using SQL ?
> I haven't fount a corresponding get SQL statement in
> the 6.5.1 User's guide and GET TRANSACTION LEVEL
> didn't work in psql.
> Any comments are appreciated.
> Alois
show transaction isolation level;
--
Tatsuo Ishii