BindColumn and Bulk Copy

From: Kevin <TenToThe8th(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: BindColumn and Bulk Copy
Date: 2001-09-17 14:19:44
Message-ID: 3BA60680.C0CE0901@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I suppose that a user group would be more appropriate for this question,
but I think there is some potential for further development here.

I want to port a program that makes extensive use of
BindColumn/DefineColumn semantics of ODBC, as well as bulk copy
operations. My problem is that the current ODBC driver doesn't support
bulk copy and libpq doesn't support Bind/Define. What should I be
using, and will I have to develop this functionality for one of these
interfaces?

--Kevin

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-09-17 14:32:10 Re: lo_creat() bug
Previous Message Tom Lane 2001-09-17 14:11:39 Re: dynamic-static date once again