From 99a3396822b8bc87a3bcd5af4a87666374bcb63e Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 4 Jan 2002 18:58:46 +0000
Subject: [PATCH] ecpg.sgml manual page updated to ON.

---------------------------------------------------------------------------

When you run 'ecpg --help' you get the following:

          -t   turn on autocommit of transactions

amongst the other options... Shouldn't this be OFF as per the
documentation?

Best regards, Lee.

--
 Lee Kindness,   Senior Software Engineer,   lkindness@csl.co.uk
---
 doc/src/sgml/ref/ecpg-ref.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml
index 71a277d032d..a6312eb0a97 100644
--- a/doc/src/sgml/ref/ecpg-ref.sgml
+++ b/doc/src/sgml/ref/ecpg-ref.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.14 2001/12/08 03:24:36 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.15 2002/01/04 18:58:46 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -57,7 +57,7 @@ PostgreSQL documentation
       <term>-t</term>
       <listitem>
        <para>
-	Turn off auto-transaction mode.
+	Turn on auto-transaction mode.
        </para>
       </listitem>
      </varlistentry>
-- 
GitLab