문제

I'd like to persistently set the transaction isolation level to SERIALIZABLE for all future sessions, but I can see only see a way to do it at the session only.

If this is possible, how can it be done?

도움이 되었습니까?

해결책

This answer has the solution.

The variable is default_transaction_isolation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top