Remove hard-coded value that somehow did find a way in, thanks to Hans Hbner.

This commit is contained in:
Dimitri Fontaine 2013-10-05 15:39:15 +02:00
parent 40e9c438fa
commit c35468d437

View File

@ -470,7 +470,7 @@ order by ordinal_position" dbname table-name)))
copying." copying."
(let* ((lp:*kernel* kernel) (let* ((lp:*kernel* kernel)
(table-oid (table-oid
(with-pgsql-transaction ("pmsi") (with-pgsql-transaction (dbname)
(pomo:query (pomo:query
(format nil "select '~a'::regclass::oid" table-name) :single)))) (format nil "select '~a'::regclass::oid" table-name) :single))))
(pgstate-add-table state dbname label) (pgstate-add-table state dbname label)