]> granicus.if.org Git - postgresql/commitdiff
ecpg.sgml manual page updated to ON.
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 18:58:46 +0000 (18:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 18:58:46 +0000 (18:58 +0000)
---------------------------------------------------------------------------

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

index 71a277d032d3a03923bda4689efd55c7a6aae586..a6312eb0a9786189eccac80321cdd26fb25f59c2 100644 (file)
@@ -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>