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.

OK Pierre-Emmanuel André (maintainer), and ajacoutot@.
This commit is contained in:
ian 2008-04-10 22:33:19 +00:00
parent 44bbbc760f
commit c286e99aa9

View File

@ -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.