Pregunta

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?

¿Fue útil?

Solución

This answer has the solution.

The variable is default_transaction_isolation.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top