Re: Functions with COPY

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Functions with COPY
Date: 2003-11-27 14:21:25
Message-ID: 20031127142125.GA9365@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 27, 2003 at 09:15:20 -0500,
Stephen Frost <sfrost(at)snowman(dot)net> wrote:
>
> I don't believe it's possible, currently, to correctly import this
> data with copy. I'm not sure the date fields would even be accepted
> as date fields. It'd be nice if this could be made to work. From a
> user standpoint consider:

You can write a filter program that reads the data and passes it off
to copy. Perl works pretty well for this.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2003-11-27 14:28:05 Re: Functions with COPY
Previous Message Stephen Frost 2003-11-27 14:15:20 Functions with COPY