Skip to content
Snippets Groups Projects
Commit 0c8429ca authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add missing literal endtag.

parent 0dd19ad2
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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"> <chapter id="ecpg">
...@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ", ...@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ",
also supports auto-commit of transactions via the also supports auto-commit of transactions via the
<option>-t</option> command-line option or via the <literal>exec <option>-t</option> command-line option or via the <literal>exec
sql set autocommit to on</literal> statement. In 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 committed unless it is inside an explicit transaction block. This
mode can be explicitly turned off using <literal>exec sql set mode can be explicitly turned off using <literal>exec sql set
autocommit to off</literal>. autocommit to off</literal>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment