mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Fix identifier case in FOREIGN KEY constraints
This commit is contained in:
parent
c3b5d60542
commit
0626d56303
@ -207,7 +207,7 @@
|
||||
(when tables
|
||||
(pomo:execute
|
||||
(format nil "create temp table reloids(oid) as values ~{('~a'::regclass)~^,~}"
|
||||
tables)))
|
||||
(mapcar #'apply-identifier-case tables))))
|
||||
|
||||
(handler-case
|
||||
(let ((sql (format nil "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user