mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
11 lines
261 B
Fish
11 lines
261 B
Fish
/*
|
|
* The file comes from:
|
|
*
|
|
* http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/reg2013.dbf
|
|
*/
|
|
LOAD DBF
|
|
FROM data/reg2013.dbf
|
|
INTO postgresql:///pgloader
|
|
WITH truncate, create table
|
|
SET client_encoding TO 'latin1';
|