From 0c8429ca316b2cf256f177d53b02b59204afb9aa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 18 Jan 2002 21:17:07 +0000 Subject: [PATCH] Add missing literal endtag. --- doc/src/sgml/ecpg.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 4e1fc95daa..45c2518c5b 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ", also supports auto-commit of transactions via the command-line option or via the exec sql set autocommit to on statement. In - autocommit mode, each query is automatically + autocommit mode, each query is automatically committed unless it is inside an explicit transaction block. This mode can be explicitly turned off using exec sql set autocommit to off. -- 2.40.0