/
n-dimens
/
pgloader
Обзор
Документация
Войти
/
n-dimens
/
pgloader
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/dbf.load
12 строк
367 B
Dimitri Fontaine
Refrain from using fancy schema names in the regression tests.
12 май 2019, 01:10
12 май 2019, 01:10
06216ee
Код
Авторство
О чём код?
/* * The file comes from: * * http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/reg2013.dbf */ LOAD DBF FROM data/reg2013.dbf with encoding cp850 INTO postgresql:///pgloader?public.reg2013 WITH truncate, create table, disable triggers CAST column "reg2013"."region" to integer, column "reg2013".tncc to smallint;