Document MySQL LOAD default WITH clause options.

This commit is contained in:
Dimitri Fontaine 2014-09-21 12:26:24 -05:00
parent d4b58a1f78
commit bf1ab9acd7
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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*