Thread: psql \timing output supressed in quiet mode

psql \timing output supressed in quiet mode

From
Peter Eisentraut
Date:
In psql's quiet mode, the output of the \timing option is suppressed,
except in the \copy command.  That inconsistency should be fixed in any
case.  It seems to me that if I explicitly turn on timing, then that
should be unaffected by the quiet mode.  Comments?




Re: psql \timing output supressed in quiet mode

From
Robert Haas
Date:
On Sun, Jul 25, 2010 at 5:58 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> In psql's quiet mode, the output of the \timing option is suppressed,
> except in the \copy command.  That inconsistency should be fixed in any
> case.  It seems to me that if I explicitly turn on timing, then that
> should be unaffected by the quiet mode.  Comments?

+1.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


Re: psql \timing output supressed in quiet mode

From
"Kevin Grittner"
Date:
Peter Eisentraut <peter_e@gmx.net> wrote:
> In psql's quiet mode, the output of the \timing option is
suppressed,
> except in the \copy command.  That inconsistency should be fixed in
any
> case.  It seems to me that if I explicitly turn on timing, then that
> should be unaffected by the quiet mode.  Comments?
+1
-Kevin