From 911c40dc2df32738b455272a1713169e2b17b73b Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 5 Nov 2013 19:14:53 +0100 Subject: [PATCH] Allow more space for the duration column. --- src/utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.lisp b/src/utils.lisp index 1cc2893..19bebfc 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -195,7 +195,7 @@ "~&------------------------------ --------- --------- --------- ---------") (defvar *header-tname-format* "~&~30@a") -(defvar *header-stats-format* " ~9@a ~9@a ~9@a ~9@a") +(defvar *header-stats-format* " ~9@a ~9@a ~9@a ~14@a") (defvar *header-cols-format* (concatenate 'string *header-tname-format* *header-stats-format*)) (defvar *header-cols-names* '("table name" "read" "imported" "errors" "time"))