summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes2016-12-01 11:26:50 +0000
committerMichael Meskes2016-12-01 11:26:50 +0000
commita01a5013d9fa223a2e1b8ec1c6c6c2a47a6b808a (patch)
treec3e5c7b8c9428ab939b4ae8f50123f8f78d4880a
parentfc4b3dea2950e4f6081f1ed2380f82c9efd672e0 (diff)
Added missing "EXEC SQL" to statement.
-rw-r--r--doc/src/sgml/ecpg.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index a30e25cfa08..b8021cbe5b4 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -517,7 +517,7 @@ EXEC SQL COMMIT;
</varlistentry>
<varlistentry>
- <term><literal>SET AUTOCOMMIT TO OFF</literal></term>
+ <term><literal>EXEC SQL SET AUTOCOMMIT TO OFF</literal></term>
<listitem>
<para>
Disable autocommit mode. This is the default.