Tom Lane wrote:
> Olleg <[EMAIL PROTECTED]> 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
Olleg <[EMAIL PROTECTED]> 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"
*/