/
n-dimens
/
pgloader
Обзор
Документация
Войти
/
n-dimens
/
pgloader
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/pgsql-source.load
14 строк
457 B
Dimitri Fontaine
Fix bugs in the recent extended support for materialized views.
28 дек 2018, 12:53
28 дек 2018, 12:53
b8e8cf7
Код
Авторство
О чём код?
load database from pgsql://localhost/pgloader into pgsql://localhost/copy -- including only table names matching 'bits', ~/utilisateur/ in schema 'mysql' including only table names matching ~/geolocations/ in schema 'public' materialize views some_usps as $$ select usps, geoid, aland, awater, aland_sqmi, awater_sqmi, location from districts where usps in ('MT', 'DE', 'AK', 'WY', 'PR', 'VT', 'SD', 'DC', 'ND'); $$ ;