Re: Ragged CSV import - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Ragged CSV import
Date
Msg-id 14610.1252553758@sss.pgh.pa.us
Whole thread Raw
In response to Re: Ragged CSV import  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Ragged CSV import
Re: Ragged CSV import
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> you mean some sort of filter mechanism?

> COPY .... FILTER function_name ( args) ... ?

> That might work. Then we could provide a couple builtin and people could 
> write others in C or PL/dujour.

Yeah, that's pretty much what I was thinking, although exactly where the
filter happens and what its arguments/results are is open to debate.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Ragged CSV import
Next
From: David Fetter
Date:
Subject: Re: CommitFest 2009-09 Plans and Call for Reviewers