Re: COPY formatting - Mailing list pgsql-hackers

From Fernando Nasser
Subject Re: COPY formatting
Date
Msg-id 405878A6.5060504@redhat.com
Whole thread Raw
In response to Re: COPY formatting  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: COPY formatting  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Tom Lane wrote:
> Karel Zak <zakkr@zf.jcu.cz> writes:
> 
>> The formatting function API can be pretty simple:
>> text *my_copy_format(text *attrdata, int direction, 
>>             int nattrs, int attr, oid attrtype, oid relation)
> 
> 
> This seems like it could only reasonably be implemented as a C function.
> I can't really imagine the average user of COPY wanting to write C in
> preference to, say, an external perl script.  What's the real use-case
> for the feature?
> 

That is why I suggested providing a pre-written/pre-compiled/installed 
function for CSV (call it CSV?).  Advanced users could still write their 
own as people can write many other things if they know their ways.


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: COPY formatting
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Index creation takes for ever