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 eceff4c commit 22347dcCopy full SHA for 22347dc
src/bin/psql/common.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.74 2003/09/16 17:59:02 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.75 2003/10/05 22:36:00 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -550,7 +550,7 @@ PrintQueryResults(PGresult *results,
550
551
/* Possible microtiming output */
552
if (pset.timing && success)
553
- printf(gettext("Time: %.2f ms\n"), DIFF_MSEC(after, before));
+ printf(gettext("Time: %.3f ms\n"), DIFF_MSEC(after, before));
554
555
return success;
556
}
0 commit comments