Re: COPY vs. INSERT

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: COPY vs. INSERT
Date: 2001-06-21 17:26:16
Message-ID: 18652.993144376@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

darcy(at)druid(dot)net (D'Arcy J.M. Cain) writes:
> I followed the instructions on interfacing user defined types as per
> http://www.ca.postgresql.org/devel-corner/docs/programmer/xindex.html.
> In fact I helped write that page so I am pretty sure I got it right.
> This code worked fine before. The only change I did was in the C code
> to use PG_FUNCTION_INFO_V1() style functions. I put in a lot of debug
> statements and I am positive that the code is doing the right thing.

Obviously it isn't. Care to show us the code?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2001-06-21 17:48:32 Re: Universal admin frontend
Previous Message D'Arcy J.M. Cain 2001-06-21 17:02:27 COPY vs. INSERT