skip to main content
Part 2: The 32-Bit/64-Bit Drivers : 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 "Locking and Isolation Levels" in the DataDirect Connect Series for ODBC Reference for details.