POSTGRESQL: START TRANSACTION
top of page
CerebroSQL

PostgreSQL:  

START TRANSACTION

Topic

START TRANSACTION [ transaction_mode [, ...] ]

where transaction_mode is one of:

ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }
READ WRITE | READ ONLY
[ NOT ] DEFERRABLE

Example

bottom of page