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
.