File: retry.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 (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;