[GENERAL] populating a table via the COPY command using C code.

2005-04-27 Thread Mak, Jason
> hi, > > I'm writing an application in C that basically converts binary data into > something meaningful. My first attempt was to parse the binary and insert > directly to the database in one step. But this proved to be very slow. So I > decided to go with a two step process. The first ste

Re: [GENERAL] populating a table via the COPY command using C code.

2005-04-27 Thread Mak, Jason
Y tablename FROM 'filename' thanks, jason. -Original Message----- From: Michael Fuhr [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 3:46 PM To: Mak, Jason Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] populating a table via the COPY command using C code. [Please cop