Add missing literal endtag.

This commit is contained in:
Bruce Momjian 2002-01-18 21:17:07 +00:00
parent 0dd19ad21d
commit 0c8429ca31

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.34 2002/01/18 20:32:53 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.35 2002/01/18 21:17:07 momjian Exp $
-->
<chapter id="ecpg">
@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ",
also supports auto-commit of transactions via the
<option>-t</option> command-line option or via the <literal>exec
sql set autocommit to on</literal> statement. In
<literal>autocommit<literal> mode, each query is automatically
<literal>autocommit</literal> mode, each query is automatically
committed unless it is inside an explicit transaction block. This
mode can be explicitly turned off using <literal>exec sql set
autocommit to off</literal>.