mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Report the summary to *standard-output*.
There's actually no reason to insist on using the *terminal-io* directly, that is the pty device.
This commit is contained in:
parent
da70aaf481
commit
9ce323007e
@ -2262,7 +2262,7 @@ load database
|
||||
:direction :output
|
||||
:if-exists :rename
|
||||
:if-does-not-exist :create)))
|
||||
(*report-stream* (or summary-stream *terminal-io*)))
|
||||
(*report-stream* (or summary-stream *standard-output*)))
|
||||
(unwind-protect
|
||||
;; run the commands
|
||||
(loop for func in funcs do (funcall func))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user