Fix typo in ecpg.sgml

Started by Tobias Bussmannabout 9 years ago3 messages
#1Tobias Bussmann
t.bussmann@gmx.net
1 attachment(s)

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.
#2Michael Meskes
meskes@postgresql.org
In reply to: Tobias Bussmann (#1)
Re: Fix typo in ecpg.sgml

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

#3Tobias Bussmann
t.bussmann@gmx.net
In reply to: Michael Meskes (#2)
Re: Fix typo in ecpg.sgml

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