mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
Fix CSV summary format string.
This got broken when adding read/write separate stats in the reporting.
This commit is contained in:
parent
2ed14d595d
commit
f654f10d0d
@ -37,7 +37,7 @@
|
||||
:header-line "~*~*"
|
||||
:header-tname-format "~&~*~s;"
|
||||
:header-stats-format "~s;~s;~s;~s~*~*"
|
||||
:header-cols-format "~&~*~s;~s;~s;~s;~s;~s;~s"
|
||||
:header-cols-format "~&~*~s;~s;~s;~s;~s"
|
||||
:header-cols-names ("table name" "read" "imported" "errors" "time")))
|
||||
|
||||
(:copy
|
||||
|
Loading…
Reference in New Issue
Block a user