pgloader/test/dbf.load
2013-10-08 21:48:43 +02:00

5 lines
176 B
Fish

LOAD DBF
FROM '/Users/dim/Downloads/comsimp2013.dbf'
INTO postgresql://dim@localhost:54393/dim?comsimp2013
WITH truncate, create table, table name = 'comsimp2013';