From c286e99aa95c17e5fda6e72b6b2dfd9a11ad3981 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 10 Apr 2008 22:33:19 +0000 Subject: [PATCH] Mention that it works for PostgreSQL in the first line of DESCR (for those who overlook the COMMENT in Makefile :-)). A few minor wording tweaks. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OK Pierre-Emmanuel André (maintainer), and ajacoutot@. --- databases/pgloader/pkg/DESCR | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/pgloader/pkg/DESCR b/databases/pgloader/pkg/DESCR index 2d9ce8679ba..42ad758329f 100644 --- a/databases/pgloader/pkg/DESCR +++ b/databases/pgloader/pkg/DESCR @@ -1,7 +1,7 @@ -pgloader imports data from a flat file and insert it into a database -table. It uses a flat file per database table, and you can configure as -many Sections as you want, each one associating a table name and a data -file. +pgloader imports data from a flat file and inserts it into one or +more PostgreSQL database tables. It uses a flat file per database +table, and you can configure as many Sections as you want, each one +associating a table name and a data file. Data are parsed and rewritten, then given to PostgreSQL COPY command. Parsing is necessary for dealing with end of lines and eventual trailing separator characters, and for column reordering: your flat data file may @@ -11,7 +11,7 @@ as of now only Informix UNLOAD data files are supported. This command gives large objects data location information into the main data file. pgloader parse it add the text or bytea content properly escaped to the COPY data. -pgloader issue some timing statistics every commit_every commits. At -the end of each section processing, a summary of overall operations, +pgloader issues some timing statistics every "commit_every" commits. At +the end of processing each section, a summary of overall operations, numbers of rows copied and commits, time it took in seconds, errors logged and database errors is issued.