pgloader/test/dbf-zip.load
2013-10-13 22:48:24 +02:00

6 lines
225 B
Fish

LOAD DBF
FROM http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/historiq2013.zip
INTO postgresql://dim@localhost:54393/dim
WITH truncate, create table
SET client_encoding TO 'latin1';