Skip to content

Commit 99a3396

Browse files
committed
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
1 parent 35fcb84 commit 99a3396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/ecpg-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.14 2001/12/08 03:24:36 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.15 2002/01/04 18:58:46 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -57,7 +57,7 @@ PostgreSQL documentation
5757
<term>-t</term>
5858
<listitem>
5959
<para>
60-
Turn off auto-transaction mode.
60+
Turn on auto-transaction mode.
6161
</para>
6262
</listitem>
6363
</varlistentry>

0 commit comments

Comments
 (0)