aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-18 21:17:07 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-18 21:17:07 +0000
commit0c8429ca316b2cf256f177d53b02b59204afb9aa (patch)
tree382e4ee8a6038bb714c130455df4bc902ca7b0dd /doc/src
parent0dd19ad21d5a405e81a431bf2163c6c2efeea068 (diff)
downloadpostgresql-0c8429ca316b2cf256f177d53b02b59204afb9aa.tar.gz
postgresql-0c8429ca316b2cf256f177d53b02b59204afb9aa.zip
Add missing literal endtag.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ecpg.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 4e1fc95daa1..45c2518c5b5 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>.