mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
commit
241e6e4da1
@ -1,11 +1,11 @@
|
||||
load database from mysql://localhost/adv
|
||||
into postgresql://dim@localhost/adv
|
||||
|
||||
with drop tables, truncate, create tables, create indexes,
|
||||
with include drop, truncate, create tables, create indexes,
|
||||
reset sequences,
|
||||
downcase identifiers
|
||||
set work_mem to '128MB', maintenance_work_mem to '512 MB'
|
||||
|
||||
set work_mem to '128MB', maintenance_work_mem to '512 MB'
|
||||
|
||||
cast type datetime to timestamptz drop default using zero-dates-to-null,
|
||||
type date drop not null drop default using zero-dates-to-null,
|
||||
type tinyint to boolean using tinyint-to-boolean;
|
||||
type date drop not null drop default using zero-dates-to-null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user