Set readonly transaction per transaction - Mailing list pgsql-jdbc

From Alexandor84
Subject Set readonly transaction per transaction
Date
Msg-id 1417690048513-5829205.post@n5.nabble.com
Whole thread Raw
Responses Re: Set readonly transaction per transaction  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hi All,

I found that JDBC driver set readOnly transaction as: SET SESSION
CHARACTERISTICS AS TRANSACTION READ ONLY

Is there a way to reconfigure JDBC driver to set ReadOnly like:
BEGIN TRANSACTION READ ONLY;
.
.
COMMIT;

Thank you in advance,
Alex



--
View this message in context: http://postgresql.nabble.com/Set-readonly-transaction-per-transaction-tp5829205.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


pgsql-jdbc by date:

Previous
From: Dave Rosckes
Date:
Subject: Re: Trying to get SSPI/JDBC working
Next
From: Dave Cramer
Date:
Subject: Re: Set readonly transaction per transaction