From: Michael Meskes Date: Thu, 1 Dec 2016 11:26:50 +0000 (+0100) Subject: Added missing "EXEC SQL" to statement. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a01a5013d9fa223a2e1b8ec1c6c6c2a47a6b808a;p=users%2Fbernd%2Fpostgres.git Added missing "EXEC SQL" to statement. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index a30e25cfa0..b8021cbe5b 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -517,7 +517,7 @@ EXEC SQL COMMIT; - SET AUTOCOMMIT TO OFF + EXEC SQL SET AUTOCOMMIT TO OFF Disable autocommit mode. This is the default.