Feature request: limiting isolation level choices

From: "Tihrd Reed" <tihrdreed(at)fastmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Feature request: limiting isolation level choices
Date: 2024-05-21 04:06:38
Message-ID: a7c8185e-9ee4-45e1-b6ed-c98aaa0fe509@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 holds if other transactions also use the isolation level.

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

Thanks

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-05-21 04:43:43 Re: Postgres and --config-file option
Previous Message David G. Johnston 2024-05-21 03:44:04 Re: doc regexp_replace replacement string \n does not explained properly