These two settings ought to be independent of each other.
  *
  * Copyright (c) 2000-2010, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.146 2010/07/06 19:18:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.147 2010/07/28 04:39:14 petere Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
    PQclear(results);
 
    /* Possible microtiming output */
-   if (OK && pset.timing && !pset.quiet)
+   if (OK && pset.timing)
        printf(_("Time: %.3f ms\n"), elapsed_msec);
 
    /* check for events that may occur during query execution */