Thread: Feature request: limiting isolation level choices

Feature request: limiting isolation level choices

From
"Tihrd Reed"
Date:
Hello,

Apologies if this is the wrong place to make such a request.

It would be useful to have the ability to prevent clients from setting whatever isolation levels they choose.
Specifically,it would be desirable to enforce SERIALIZABLE for all transactions since the serializable guarantee only
holdsif other transactions also use the isolation level.
 

EdgeDB which is built on Postgres only allows the SERIALIZABLE isolation level, for example.

Thanks