mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
Merge pull request #28 from fpauser/fpauser_typo_fixes
Fixed some typos
This commit is contained in:
commit
01c67f7625
@ -890,7 +890,7 @@ The `database` command accepts the following clauses and options:
|
|||||||
PostgreSQL sequences created to the current maximum value of the
|
PostgreSQL sequences created to the current maximum value of the
|
||||||
column they are attached to.
|
column they are attached to.
|
||||||
|
|
||||||
The options *schema-only* and *data-ony* have no effects on this
|
The options *schema only* and *data only* have no effects on this
|
||||||
option.
|
option.
|
||||||
|
|
||||||
- *reset no sequences*
|
- *reset no sequences*
|
||||||
@ -898,7 +898,7 @@ The `database` command accepts the following clauses and options:
|
|||||||
When this option is listed, pgloader skips resetting sequences after
|
When this option is listed, pgloader skips resetting sequences after
|
||||||
the load.
|
the load.
|
||||||
|
|
||||||
The options *schema-only* and *data-ony* have no effects on this
|
The options *schema only* and *data only* have no effects on this
|
||||||
option.
|
option.
|
||||||
|
|
||||||
- *downcase identifiers*
|
- *downcase identifiers*
|
||||||
@ -922,7 +922,7 @@ The `database` command accepts the following clauses and options:
|
|||||||
over. Note that the schema in this context includes the indexes when
|
over. Note that the schema in this context includes the indexes when
|
||||||
the option *create indexes* has been listed.
|
the option *create indexes* has been listed.
|
||||||
|
|
||||||
- *data-only*
|
- *data only*
|
||||||
|
|
||||||
When this option is listed pgloader only issues the `COPY`
|
When this option is listed pgloader only issues the `COPY`
|
||||||
statements, without doing any other processing.
|
statements, without doing any other processing.
|
||||||
@ -1274,7 +1274,7 @@ The `sqlite` command accepts the following clauses and options:
|
|||||||
When this option is listed, pgloader skips resetting sequences after
|
When this option is listed, pgloader skips resetting sequences after
|
||||||
the load.
|
the load.
|
||||||
|
|
||||||
The options *schema-only* and *data-ony* have no effects on this
|
The options *schema only* and *data only* have no effects on this
|
||||||
option.
|
option.
|
||||||
|
|
||||||
- *schema only*
|
- *schema only*
|
||||||
@ -1283,7 +1283,7 @@ The `sqlite` command accepts the following clauses and options:
|
|||||||
data over. Note that the schema in this context includes the
|
data over. Note that the schema in this context includes the
|
||||||
indexes when the option *create indexes* has been listed.
|
indexes when the option *create indexes* has been listed.
|
||||||
|
|
||||||
- *data-only*
|
- *data only*
|
||||||
|
|
||||||
When this option is listed pgloader only issues the `COPY`
|
When this option is listed pgloader only issues the `COPY`
|
||||||
statements, without doing any other processing.
|
statements, without doing any other processing.
|
||||||
|
Loading…
Reference in New Issue
Block a user