File: dbf-8b.load

package info (click to toggle)
pgloader 3.6.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,060 kB
  • sloc: sql: 32,321; lisp: 14,793; makefile: 435; sh: 85; python: 26
file content (6 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
LOAD DBF
    FROM data/dbase_8b.dbf
    INTO postgresql:///pgloader
    TARGET TABLE dbf.dbase_8b
    WITH truncate, create table, disable triggers
  BEFORE LOAD DO $$ create schema if not exists dbf; $$;