use the clearer START TRANSACTION
This commit is contained in:
committed by
Steve Chavez
parent
2bb9cee996
commit
11f40c384a
@@ -7,7 +7,7 @@ After :ref:`user_impersonation`, every request to an :doc:`API resource <api>` r
|
||||
|
||||
.. code-block:: postgresql
|
||||
|
||||
BEGIN; -- <Access Mode> <Isolation Level>
|
||||
START TRANSACTION; -- <Access Mode> <Isolation Level>
|
||||
-- <Transaction-scoped settings>
|
||||
-- <Main Query>
|
||||
END; -- <Transaction End>
|
||||
|
||||
Reference in New Issue
Block a user