mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +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."
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user