First page Back Continue Last page Overview Graphics
Transactions
SQL Transactions can not be nested
set transaction 用來決定Transactions的
isolation level
SQL Standard define 4 isolation levels
- Read Uncommitted
- Read committed
- repeatable read
- serializable
- http://www.postgresql.org/docs/9.2/static/transaction-iso.html
- Table 7.9(6.9)