mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Fix copy/paste'o in the MySQL howto.
This commit is contained in:
parent
dbac79d7c2
commit
59afcccfce
@ -101,13 +101,10 @@ Let's start the `pgloader` command with our `sakila.load` command file:
|
||||
---------------------- --------- --------- --------- --------------
|
||||
Total import time 48272 48272 0 3.502s
|
||||
|
||||
We can see that [http://pgloader.tapoueh.org](pgloader) did download the
|
||||
file from its HTTP URL location then *unziped* it before the loading itself.
|
||||
|
||||
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
|
||||
drop` option.
|
||||
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`
|
||||
option.
|
||||
|
||||
Note that the output of the command has been edited to facilitate its
|
||||
browsing online.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user