projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4b3de
)
Added missing "EXEC SQL" to statement.
author
Michael Meskes
<meskes@postgresql.org>
Thu, 1 Dec 2016 11:26:50 +0000
(12:26 +0100)
committer
Michael Meskes
<meskes@postgresql.org>
Thu, 1 Dec 2016 11:26:50 +0000
(12:26 +0100)
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index a30e25cfa088797a275ee08634ff0ee4c2dbfb4a..b8021cbe5b42ecbfeee6069b47c290e3da1a726c 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-517,7
+517,7
@@
EXEC SQL COMMIT;
</varlistentry>
<varlistentry>
- <term><literal>SET AUTOCOMMIT TO OFF</literal></term>
+ <term><literal>
EXEC SQL
SET AUTOCOMMIT TO OFF</literal></term>
<listitem>
<para>
Disable autocommit mode. This is the default.