|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.34 2002/01/1820:32:53 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.35 2002/01/1821:17:07 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="ecpg">
|
@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ",
|
1058 | 1058 | also supports auto-commit of transactions via the
|
1059 | 1059 | <option>-t</option> command-line option or via the <literal>exec
|
1060 | 1060 | 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 |
1062 | 1062 | committed unless it is inside an explicit transaction block. This
|
1063 | 1063 | mode can be explicitly turned off using <literal>exec sql set
|
1064 | 1064 | autocommit to off</literal>.
|
|