mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Fix the previous commit...
This commit is contained in:
parent
e175e7782a
commit
94edae3662
@ -420,7 +420,7 @@ order by ordinal_position" dbname table-name)))
|
||||
(our-columns
|
||||
(cdr (assoc table-name all-columns
|
||||
:test #'string=))))
|
||||
(loop for col in our-columns collect nil)))))
|
||||
(transforms our-columns)))))
|
||||
|
||||
(with-stats-collection (dbname table-name :state *state* :summary summary)
|
||||
(log-message :notice "COPY ~a.~a" dbname table-name)
|
||||
|
Loading…
Reference in New Issue
Block a user