Re: [HACKERS] libpq PQexec call of COPY

2001-04-10 Thread Peter Eisentraut
John Coers writes: > Hi, > > My generic problem is performance when copying very large amounts of data to a db >from multiple clients. > > I am writing a C program on Linux Redhat6.2 that accesses a 7.0.3 database using >libpq. I > would like to be able to do a printf through STDOUT (or anothe

[HACKERS] libpq PQexec call of COPY

2001-04-09 Thread John Coers
Hi, My generic problem is performance when copying very large amounts of data to a db from multiple clients. I am writing a C program on Linux Redhat6.2 that accesses a 7.0.3 database using libpq. I would like to be able to do a printf through STDOUT (or another file pointer) TO the database