Skip to content

Commit 0c8429c

Browse files
committed
Add missing literal endtag.
1 parent 0dd19ad commit 0c8429c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.34 2002/01/18 20:32:53 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.35 2002/01/18 21:17:07 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ",
10581058
also supports auto-commit of transactions via the
10591059
<option>-t</option> command-line option or via the <literal>exec
10601060
sql set autocommit to on</literal> statement. In
1061-
<literal>autocommit<literal> mode, each query is automatically
1061+
<literal>autocommit</literal> mode, each query is automatically
10621062
committed unless it is inside an explicit transaction block. This
10631063
mode can be explicitly turned off using <literal>exec sql set
10641064
autocommit to off</literal>.

0 commit comments

Comments
 (0)