mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Document --debug --verbose (client-min-messages data).
That should help fixing #48 where this level of information is required.
This commit is contained in:
parent
9e3c6130ff
commit
7ed5d4e777
@ -66,6 +66,12 @@ pgloader operates from commands which are read from files:
|
||||
Those functions should be defined in the `pgloader.transforms` package.
|
||||
This option can appear more than once in the command line.
|
||||
|
||||
To get the maximum amount of debug information, you can use both the
|
||||
`--verbose` and the `--debug` switches at the same time, which is equivalent
|
||||
to saying `--client-min-messages data`. Then the log messages will show the
|
||||
data being processed, in the cases where the code has explicit support for
|
||||
it.
|
||||
|
||||
# BATCHES AND RETRY BEHAVIOUR
|
||||
|
||||
To load data to PostgreSQL, pgloader uses the `COPY` streaming protocol.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user