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