mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02: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';
|