mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-14 10:17:00 +02:00
6 lines
220 B
Fish
6 lines
220 B
Fish
LOAD DBF
|
|
FROM http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/reg2013.dbf
|
|
INTO postgresql://dim@localhost:54393/dim
|
|
WITH truncate, create table
|
|
SET client_encoding TO 'latin1';
|