Le mardi 10 juillet 2007, Zlatko Matic a écrit :
> Is there any free program/utility for batch imports from .csv files, that
> can be easily scheduled for daily inserts of data to PostgreSQL tables?

COPY itself would do the job, but you can also use pgloader:
  http://pgfoundry.org/projects/pgloader

It has many options, and is able to load data in the presence of errors, 
logging them (both error.log and reject.log).

Hope this helps, regard,
-- 
dim

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to