mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Typo fix in the docs.
This commit is contained in:
parent
cefc636a6e
commit
4e7f925a9b
@ -58,7 +58,7 @@ contents*.
|
||||
|
||||
It's possible to use the *MATERIALIZE VIEWS* clause and give both the name
|
||||
and the SQL (in MySQL dialect) definition of view, then pgloader creates the
|
||||
view at bofore loading the data, then drops it again at the end.
|
||||
view before loading the data, then drops it again at the end.
|
||||
|
||||
## Loading the data
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ Load data from a CSV file into a pre-existing table in your database:
|
||||
|
||||
In that example the whole loading is driven from the command line, bypassing
|
||||
the need for writing a command in the pgloader command syntax entirely. As
|
||||
there's no command though, the extra inforamtion needed must be provided on
|
||||
there's no command though, the extra information needed must be provided on
|
||||
the command line using the `--type` and `--field` and `--with` switches.
|
||||
|
||||
For documentation about the available syntaxes for the `--field` and
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user