Postgres Parameter across Versions
Select a parameter to view the defaults across versions of PostgreSQL.
Latest version details
Category
Client Connection Defaults / Statement Behavior
Variable type:
enum
Short Description:
Sets the current transaction's isolation level.
Value History
|
10 |
11 |
12 |
13 |
14 |
15 |
16 |
name |
|
|
|
|
|
|
|
transaction_isolation |
default |
default |
read committed |
read committed |
read committed |
read committed |
read committed |
Vartype History
|
10 |
11 |
12 |
13 |
14 |
15 |
16 |
name |
|
|
|
|
|
|
|
transaction_isolation |
string |
string |
enum |
enum |
enum |
enum |
enum |