File: sqlite-chinook-noseq.load

package info (click to toggle)
pgloader 3.6.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,040 kB
  • sloc: sql: 32,321; lisp: 14,792; makefile: 439; sh: 85; python: 26
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
load database
     from 'sqlite/Chinook_Sqlite.sqlite'
     into postgresql:///pgloader

  set work_mem to '16MB',
      maintenance_work_mem to '512 MB',
      search_path to 'chinook'

  before load do
  $$ create schema if not exists chinook; $$;