mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Typo Fix. oops.
This commit is contained in:
parent
01e5c23763
commit
33ab9bcdd5
@ -372,7 +372,7 @@ Parameters here are meant to be already parsed, see parse-cli-optargs."
|
||||
(defvar *get-code-for-source*
|
||||
(list (cons 'copy-connection #'lisp-code-for-loading-from-copy)
|
||||
(cons 'fixed-connection #'lisp-code-for-loading-from-fixed)
|
||||
(cons 'csv-connectio #'lisp-code-for-loading-from-csv)
|
||||
(cons 'csv-connection #'lisp-code-for-loading-from-csv)
|
||||
(cons 'dbf-connection #'lisp-code-for-loading-from-dbf)
|
||||
(cons 'ixf-connection #'lisp-code-for-loading-from-ixf)
|
||||
(cons 'sqlite-connection #'lisp-code-for-loading-from-sqlite)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user