Thread: Get TRANSACTION LEVEL ?

Get TRANSACTION LEVEL ?

From
Alois Maier
Date:
I know that I can set the transaction level with  the
SET TRANSACTION
LEVEL statement.  How can I get the transaction level
from 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

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

************



************



Re: [GENERAL] Get TRANSACTION LEVEL ?

From
Herouth Maoz
Date:
At 11:56 +0300 on 05/09/1999, Alois Maier wrote:


>I know that I can set the transaction level with the SET TRANSACTION
>LEVEL statement. How can I get the transaction level from SQL ?

Normally, the counterpart of SET is SHOW. Did you try SHOW TRANSACTION LEVEL?

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



************



Re: [GENERAL] Get TRANSACTION LEVEL ?

From
Herouth Maoz
Date:
At 11:56 +0300 on 05/09/1999, Alois Maier wrote:


>I know that I can set the transaction level with the SET TRANSACTION
>LEVEL statement. How can I get the transaction level from SQL ?

Normally, the counterpart of SET is SHOW. Did you try SHOW TRANSACTION LEVEL?

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



************