mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Merge 0c6b5c1767
into d9ca38eacf
This commit is contained in:
commit
ae666b68bc
@ -98,7 +98,8 @@
|
||||
incl-where
|
||||
excl-where ; do we print the clause?
|
||||
excl-where))
|
||||
:do (let* ((schema (find-schema catalog schema-name))
|
||||
:do (let* ((index-name (apply-identifier-case index-name))
|
||||
(schema (find-schema catalog schema-name))
|
||||
(table (find-table schema table-name))
|
||||
(pg-index (make-index :name index-name
|
||||
:schema schema
|
||||
|
Loading…
Reference in New Issue
Block a user