Fix typo in ecpg.sgml
Hi,
there is a missing "EXEC" in ecpg.sgml in the list of transaction management commands.
Attached a trivial patch to fix this.
Best regards
Tobias
Attachments:
ecpg-doc-typo.patchapplication/octet-stream; name=ecpg-doc-typo.patchDownload
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index a30e25c..f9f560c 100644
--- 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 SET AUTOCOMMIT TO OFF</literal></term>
<listitem>
<para>
Disable autocommit mode. This is the default.
there is a missing "EXEC" in ecpg.sgml in the list of transaction
management commands.
Right, and the "SQL" was missing, too. Thanks for spotting, fixed in
HEAD.
Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! Força Barça! SF 49ers! Use Debian GNU/Linux, PostgreSQL
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Right, and the "SQL" was missing, too. Thanks for spotting, fixed in
HEAD.
oops. Thanks for taking care.
Tobias
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers