File: retry.load

package info (click to toggle)
pgloader 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,768 kB
  • sloc: sql: 32,252; lisp: 14,414; makefile: 415; sh: 102; python: 44
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (7)
1
2
3
4
5
LOAD DATABASE
     FROM      mysql://root@localhost:3306/retry
     INTO postgresql:///retry

 WITH include drop, create tables, create indexes, reset sequences, truncate;