Re: [BUGS] Autocomit off in psql don't work

2003-12-04 Thread Bruce Momjian
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

Re: [BUGS] Autocomit off in psql don't work

2003-12-03 Thread Tom Lane
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" */