Feature request: limiting isolation level choices - Mailing list pgsql-hackers

From Tihrd Reed
Subject Feature request: limiting isolation level choices
Date
Msg-id a7c8185e-9ee4-45e1-b6ed-c98aaa0fe509@app.fastmail.com
Whole thread Raw
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: doc regexp_replace replacement string \n does not explained properly
Next
From: Michael Paquier
Date:
Subject: Re: Postgres and --config-file option