Re: COPY formatting - Mailing list pgsql-hackers

From Karel Zak
Subject Re: COPY formatting
Date
Msg-id 20040318080407.GC19093@zf.jcu.cz
Whole thread Raw
In response to Re: COPY formatting  (Karel Zak <zakkr@zf.jcu.cz>)
Responses Re: COPY formatting
List pgsql-hackers
On Thu, Mar 18, 2004 at 07:48:40AM +0100, Karel Zak wrote:
> On Wed, Mar 17, 2004 at 11:02:38AM -0500, 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.
> 
>  Why? I said it's pseudo code. It should use standard fmgr API like
>  every other PostgreSQL function or is it problem and I overlook
>  something? It must to support arbitrary programming language and not
>  C only.
Well, I  look over  the COPY  code and best  will start  with hardcodedversion, but make it modular in code and if all
willright we can thinkabout some interface for others formats definition. OK?
 
It's pity  that main idea of  current COPY is based  on separated linesand it is not more common interface for
streamingdata between FE and BE.
 
   Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: COPY formatting
Next
From: Lee Kindness
Date:
Subject: COPY formatting