mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 23:37:00 +02:00
7 lines
241 B
Fish
7 lines
241 B
Fish
load database
|
|
from sqlite:///Users/dim/Downloads/lastfm_tags.db
|
|
into postgresql://127.0.0.1:54393/tags
|
|
|
|
with include drop, create tables, create indexes, reset sequences
|
|
|
|
set work_mem to '16MB', maintenance_work_mem to '512 MB'; |