mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 16:26:58 +02:00
5 lines
176 B
Fish
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';
|