We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d16902 commit 4ff9c8dCopy full SHA for 4ff9c8d
src/bin/psql/common.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2010, PostgreSQL Global Development Group
5
6
- * $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 $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -936,7 +936,7 @@ SendQuery(const char *query)
936
PQclear(results);
937
938
/* Possible microtiming output */
939
- if (OK && pset.timing && !pset.quiet)
+ if (OK && pset.timing)
940
printf(_("Time: %.3f ms\n"), elapsed_msec);
941
942
/* check for events that may occur during query execution */
0 commit comments