mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Remove hard-coded value that somehow did find a way in, thanks to Hans Hbner.
This commit is contained in:
parent
40e9c438fa
commit
c35468d437
@ -470,7 +470,7 @@ order by ordinal_position" dbname table-name)))
|
||||
copying."
|
||||
(let* ((lp:*kernel* kernel)
|
||||
(table-oid
|
||||
(with-pgsql-transaction ("pmsi")
|
||||
(with-pgsql-transaction (dbname)
|
||||
(pomo:query
|
||||
(format nil "select '~a'::regclass::oid" table-name) :single))))
|
||||
(pgstate-add-table state dbname label)
|
||||
|
Loading…
Reference in New Issue
Block a user