Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274dfdb commit 2ee5d94Copy full SHA for 2ee5d94
src/bin/psql/common.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.133 2007/02/08 11:10:27 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.134 2007/04/16 20:15:38 mha Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -918,7 +918,7 @@ SendQuery(const char *query)
918
PQclear(results);
919
920
/* Possible microtiming output */
921
- if (OK && pset.timing)
+ if (OK && pset.timing && !pset.quiet)
922
printf(_("Time: %.3f ms\n"), elapsed_msec);
923
924
/* check for events that may occur during query execution */
0 commit comments