Re: Autocomit off in psql don't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Olleg <olleg(at)jane(dot)telecom(dot)mipt(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Autocomit off in psql don't work
Date: 2003-12-03 16:00:06
Message-ID: 280.1070467206@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Olleg <olleg(at)jane(dot)telecom(dot)mipt(dot)ru> writes:
> olleg=# \set AUTOCOMMIT OFF

It has to be

\set AUTOCOMMIT off

Not sure if we should be more flexible about this or not. The code says

/*
* for backwards compatibility, anything except "off" is taken as
* "true"
*/

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message lanewhoy 2003-12-03 16:13:50 Failed regression test in postgresql-7.4
Previous Message Tom Lane 2003-12-03 15:55:18 Re: Conflicts with autoconf macroses