/
n-dimens
/
pgloader
Обзор
Документация
Войти
/
n-dimens
/
pgloader
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/mysql/f1db-data.load
20 строк
540 B
Dimitri Fontaine
Refrain from creating tables in “data only” operations.
26 янв 2018, 01:32
26 янв 2018, 01:32
7b08b6e
Код
Авторство
О чём код?
load database from mysql://root@localhost/f1db into pgsql:///plop -- with data only, truncate WITH disable triggers, data only, no truncate, include no drop, create no tables, create indexes, reset sequences, no foreign keys, downcase identifiers, uniquify index names excluding table names matching ~/./ materialize views circuit as $$ select circuitid, circuitref, name, location, country, concat('(', lng, ',', lat, ')') as position, alt, url from circuits; $$;