mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
commit
ceaad92f4c
@ -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 "
|
||||
|
||||
@ -248,7 +248,7 @@
|
||||
(map 'string #'code-char
|
||||
(loop :repeat 5
|
||||
:collect (+ (random 26) (char-code #\A))))
|
||||
"-"
|
||||
"_"
|
||||
(map 'string #'code-char
|
||||
(loop :repeat 5
|
||||
:collect (+ (random 26) (char-code #\A)))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user