You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the standard says, but my experience has been that BEGIN; is much more commonly used than BEGIN TRANSACTION;. PostgreSQL also allows BEGIN WORK, which exhibits the same problem.
The text was updated successfully, but these errors were encountered:
The following code doesn't indent properly:
It works if you provide the
TRANSACTION
keyword:I'm not sure what the standard says, but my experience has been that
BEGIN;
is much more commonly used thanBEGIN TRANSACTION;
. PostgreSQL also allowsBEGIN WORK
, which exhibits the same problem.The text was updated successfully, but these errors were encountered: