Re: Testing / debuging data import

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Brendon Gleeson <brendon(at)gleesonprop(dot)co(dot)za>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Testing / debuging data import
Date: 2006-10-04 13:53:52
Message-ID: 20061004135351.GA22119@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Oct 04, 2006 at 09:03:50AM +0200, Brendon Gleeson wrote:
> Basically what I want to do is simulate a data import (from a file with
> full insert statements and no table creation), I want the offending
> record/line to be printed to stdout with a verbose / helpful error.

This doesn't quite meet your requirements, but have you looked at
pgloader?

http://pgfoundry.org/projects/pgloader/

--
Michael Fuhr

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ray Stell 2006-10-04 14:38:43 pg_ctl -D?
Previous Message Brendon Gleeson 2006-10-04 07:03:50 Testing / debuging data import