use the clearer START TRANSACTION

This commit is contained in:
steve-chavez
2023-12-01 16:24:52 -05:00
committed by Steve Chavez
parent 2bb9cee996
commit 11f40c384a
+1 -1
View File
@@ -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>