Fix explanation typo. Drop table if it exists

This commit is contained in:
Willy Morin 2015-03-12 11:42:21 +01:00
parent 9361b2113e
commit eca61f8771
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ Let's start the `pgloader` command with our `sakila.load` command file:
The *WARNING* messages we see here are expected as the PostgreSQL database
is empty when running the command, and pgloader is using the SQL commands
`DROP TABLE IF NOT EXISTS` when the given command uses the `include drop`
`DROP TABLE IF EXISTS` when the given command uses the `include drop`
option.
Note that the output of the command has been edited to facilitate its

View File

@ -70,7 +70,7 @@ its HTTP URL location then *unziped* it before loading it.
Also, the *WARNING* messages we see here are expected as the PostgreSQL
database is empty when running the command, and pgloader is using the SQL
commands `DROP TABLE IF NOT EXISTS` when the given command uses the `include
commands `DROP TABLE IF EXISTS` when the given command uses the `include
drop` option.
Note that the output of the command has been edited to facilitate its