mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Added missing "EXEC SQL" to statement.
This commit is contained in:
@@ -517,7 +517,7 @@ EXEC SQL COMMIT;
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>SET AUTOCOMMIT TO OFF</literal></term>
|
<term><literal>EXEC SQL SET AUTOCOMMIT TO OFF</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Disable autocommit mode. This is the default.
|
Disable autocommit mode. This is the default.
|
||||||
|
Reference in New Issue
Block a user