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