Commit a01a5013 authored by Michael Meskes's avatar Michael Meskes

Added missing "EXEC SQL" to statement.

parent fc4b3dea
...@@ -517,7 +517,7 @@ EXEC SQL COMMIT; ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment