mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-26 17:41:01 +01:00
8 lines
246 B
Fish
8 lines
246 B
Fish
load database
|
|
from sqlite:///Users/dim/Downloads/lastfm_tags.db
|
|
into postgresql://127.0.0.1:54393/tags?tids
|
|
|
|
with drop tables, create tables, create indexes, reset sequences
|
|
|
|
set work_mem to '16MB', maintenance_work_mem to '512 MB';
|