From bf1ab9acd72d31b618169eea675e292fb5f3364e Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sun, 21 Sep 2014 12:26:24 -0500 Subject: [PATCH] Document MySQL LOAD default WITH clause options. --- pgloader.1 | 5 ++++- pgloader.1.md | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pgloader.1 b/pgloader.1 index a8c913e..7897bfb 100644 --- a/pgloader.1 +++ b/pgloader.1 @@ -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 diff --git a/pgloader.1.md b/pgloader.1.md index 4b7c716..d61b785 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -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*