Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a01a501

Browse files
author
Michael Meskes
committed
Added missing "EXEC SQL" to statement.
1 parent fc4b3de commit a01a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ecpg.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ EXEC SQL COMMIT;
517517
</varlistentry>
518518

519519
<varlistentry>
520-
<term><literal>SET AUTOCOMMIT TO OFF</literal></term>
520+
<term><literal>EXEC SQL SET AUTOCOMMIT TO OFF</literal></term>
521521
<listitem>
522522
<para>
523523
Disable autocommit mode. This is the default.

0 commit comments

Comments
 (0)