9 The PostgreSQL Wire Protocol Driver : Isolation and Lock Levels Supported

Isolation and Lock Levels Supported
PostgreSQL supports isolation level 0 (read uncommitted), level 1 (read committed), 2 (Repeatable read), and level 3 (serializable). PostgreSQL supports record-level locking.
Refer to Chapter 7 “Locking and Isolation Levels” in the DataDirect Connect Series for ODBC Reference for details.