mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Fix explanation typo. Drop table if it exists
This commit is contained in:
parent
9361b2113e
commit
eca61f8771
@ -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
|
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
|
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.
|
option.
|
||||||
|
|
||||||
Note that the output of the command has been edited to facilitate its
|
Note that the output of the command has been edited to facilitate its
|
||||||
|
@ -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
|
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
|
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.
|
drop` option.
|
||||||
|
|
||||||
Note that the output of the command has been edited to facilitate its
|
Note that the output of the command has been edited to facilitate its
|
||||||
|
Loading…
Reference in New Issue
Block a user