aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-04 18:58:46 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-04 18:58:46 +0000
commit99a3396822b8bc87a3bcd5af4a87666374bcb63e (patch)
tree868e6fc4ff78278d130b04ea609de357b504a24b /doc/src
parent35fcb849463d4be6cc0fd33ddf5122705fd097b8 (diff)
downloadpostgresql-99a3396822b8bc87a3bcd5af4a87666374bcb63e.tar.gz
postgresql-99a3396822b8bc87a3bcd5af4a87666374bcb63e.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/ecpg-ref.sgml4
1 files 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>