Added missing "EXEC SQL" to statement.
authorMichael Meskes
Thu, 1 Dec 2016 11:26:50 +0000 (12:26 +0100)
committerMichael Meskes
Thu, 1 Dec 2016 11:26:50 +0000 (12:26 +0100)
doc/src/sgml/ecpg.sgml

index a30e25cfa088797a275ee08634ff0ee4c2dbfb4a..b8021cbe5b42ecbfeee6069b47c290e3da1a726c 100644 (file)
@@ -517,7 +517,7 @@ EXEC SQL COMMIT;
      
 
      
-      SET AUTOCOMMIT TO OFF
+      EXEC SQL SET AUTOCOMMIT TO OFF
       
        
         Disable autocommit mode.  This is the default.