Re: [HACKERS] \SET QUIET and \timing

2008-07-07 Thread Tom Lane
"David E. Wheeler" <[EMAIL PROTECTED]> writes: > Relatedly, this doesn't seem to turn off quiet mode: > \SET QUIET 0 In current releases any value other than "off" (case insensitive) is taken as "true". IIRC this was improved recently. regards, tom lane -- Sent via pgs

Re: [HACKERS] \SET QUIET and \timing

2008-07-07 Thread David E. Wheeler
On Jul 7, 2008, at 17:14, Tom Lane wrote: "David E. Wheeler" <[EMAIL PROTECTED]> writes: Relatedly, this doesn't seem to turn off quiet mode: \SET QUIET 0 In current releases any value other than "off" (case insensitive) is taken as "true". IIRC this was improved recently. Cute. Thanks.

Re: [HACKERS] \SET QUIET and \timing

2008-07-07 Thread David E. Wheeler
On Jul 7, 2008, at 16:07, David E. Wheeler wrote: Howdy, I find that, in psql, if I set \SET QUIET 1 Then, even with \timing toggled on, no timing info is output. Relatedly, this doesn't seem to turn off quiet mode: \SET QUIET 0 Are these bugs? I found that \set QUIET (on|off) works, but

[HACKERS] \SET QUIET and \timing

2008-07-07 Thread David E. Wheeler
Howdy, I find that, in psql, if I set \SET QUIET 1 Then, even with \timing toggled on, no timing info is output. Relatedly, this doesn't seem to turn off quiet mode: \SET QUIET 0 Are these bugs? Thanks, David -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make ch