Re: [BUGS] psql: cannot run DISCARD ALL with AUTOCOMMIT = 'off'
On Tue, Sep 28, 2010 at 12:41 PM, Sergey Burladyan wrote: > seb=> DISCARD ALL ; > ERROR: DISCARD ALL cannot run inside a transaction block > > DISCARD is not mentioned anywhere in the src/bin/psql/common.c > in command_no_begin(const char *query) function. Thank you for the bug report! Fixed and
[BUGS] psql: cannot run DISCARD ALL with AUTOCOMMIT = 'off'
seb=> select version(); version -- PostgreSQL 8.4.4 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.4.re