projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b424c
)
Add missing literal endtag.
author
Bruce Momjian
<
[email protected]
>
Fri, 18 Jan 2002 21:17:07 +0000
(21:17 +0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 18 Jan 2002 21:17:07 +0000
(21:17 +0000)
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index f108581f3bb5c8bc12c5c9030cb9db6775ed955d..cbfcaf40196ab48fb2485ef60ab9e2bcbc235d01 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-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>.