SERIALIZABLE
RU: SERIALIZABLE
The strictest SQL isolation level, guaranteeing that concurrent transactions produce the same result as some serial execution order. In PostgreSQL it is implemented via SSI, which detects dangerous rw-antidependency structures and aborts one transaction to prevent anomalies. The only level that prevents write skew, which is not a SQL-standard anomaly but arises under snapshot isolation.