mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Document MySQL LOAD default WITH clause options.
This commit is contained in:
parent
d4b58a1f78
commit
bf1ab9acd7
@ -1069,7 +1069,10 @@ If the connection URI contains a table name, then only this table is migrated fr
|
||||
\fIWITH\fR
|
||||
.
|
||||
.IP
|
||||
When loading from a \fBMySQL\fR database, the following options are supported:
|
||||
When loading from a \fBMySQL\fR database, the following options are supported, and the efault \fIWITH\fR clause is: \fIno truncate\fR, \fIcreate tables\fR, \fIinclude drop\fR, \fIcreate indexes\fR, \fIreset sequences\fR, \fIforeign keys\fR, \fIdowncase identifiers\fR\.
|
||||
.
|
||||
.IP
|
||||
\fIWITH\fR options:
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fIinclude drop\fR
|
||||
|
||||
@ -921,7 +921,11 @@ The `database` command accepts the following clauses and options:
|
||||
- *WITH*
|
||||
|
||||
When loading from a `MySQL` database, the following options are
|
||||
supported:
|
||||
supported, and the efault *WITH* clause is: *no truncate*, *create
|
||||
tables*, *include drop*, *create indexes*, *reset sequences*, *foreign
|
||||
keys*, *downcase identifiers*.
|
||||
|
||||
*WITH* options:
|
||||
|
||||
- *include drop*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user