mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Bugfix previous commit: filter list format changed.
We now accept the more general string and regex match rules, but the code to generate including and excluding lists from the catalogs had not been updated.
This commit is contained in:
parent
fc3a1949f7
commit
d3bfb1db31
@ -100,7 +100,7 @@
|
||||
(defun format-table-name-as-including-exp (table)
|
||||
"Return a table name suitable for a catalog lookup using ~ operator."
|
||||
(let ((table-name (table-name table)))
|
||||
(format nil "^~a$" (ensure-unquoted table-name))))
|
||||
(make-string-match-rule :target (ensure-unquoted table-name))))
|
||||
|
||||
(defun query-table-schema (table)
|
||||
"Get PostgreSQL schema name where to locate TABLE-NAME by following the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user