mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Typo: Change issing to issuing (#895)
This commit is contained in:
parent
eafaf80b3c
commit
be2815fda2
@ -55,7 +55,7 @@ Full Field projections
|
|||||||
|
|
||||||
Reading files from an archive
|
Reading files from an archive
|
||||||
Archive formats *zip*, *tar*, and *gzip* are supported by pgloader: the
|
Archive formats *zip*, *tar*, and *gzip* are supported by pgloader: the
|
||||||
archive is extracted in a temporary directory and expanded files are then
|
archive is extracted in a temporary directly and expanded files are then
|
||||||
loaded.
|
loaded.
|
||||||
|
|
||||||
HTTP(S) support
|
HTTP(S) support
|
||||||
@ -147,7 +147,7 @@ Schema only, Data only
|
|||||||
|
|
||||||
Repeatable (DROP+CREATE)
|
Repeatable (DROP+CREATE)
|
||||||
By default, pgloader issues DROP statements in the target PostgreSQL
|
By default, pgloader issues DROP statements in the target PostgreSQL
|
||||||
database before issing any CREATE statement, so that you can repeat the
|
database before issuing any CREATE statement, so that you can repeat the
|
||||||
migration as many times as necessary until migration specifications and
|
migration as many times as necessary until migration specifications and
|
||||||
rules are bug free.
|
rules are bug free.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user