From 7ed5d4e777c5d2e990217e8eb9cffadcf8788a18 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 28 Mar 2014 09:39:38 +0100 Subject: [PATCH] Document --debug --verbose (client-min-messages data). That should help fixing #48 where this level of information is required. --- pgloader.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pgloader.1.md b/pgloader.1.md index 1bed108..a2983a3 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -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.