This commit is contained in:
mayerrobert 2025-06-28 07:33:31 +00:00 committed by GitHub
commit ae666b68bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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