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:
Dimitri Fontaine 2018-08-20 11:50:50 +02:00
parent fc3a1949f7
commit d3bfb1db31

View File

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