From bdf41ef0e40fb97767694d5af023c5fa23a0eabb Mon Sep 17 00:00:00 2001 From: Bruce Momjian 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 8614b75634..eea3ae3eec 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -57,7 +57,7 @@ PostgreSQL documentation -t - Turn off auto-transaction mode. + Turn on auto-transaction mode. -- 2.39.5