Re: Multiple inserts without COPY

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Multiple inserts without COPY
Date: 2004-03-04 05:20:54
Message-ID: 21695.1078377654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com> writes:
>> Huh? You can use COPY FROM STDIN in most of our client libraries,
>> certainly so with libpq. What are you using?

> Actually, I'm using REALbasic.

Um. I have no idea what sort of support they have, but you do need a
client interface library that knows about the COPY data protocol.
Typically there will be separate API calls for pushing COPY data through
after you issue the COPY command.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Lubratt 2004-03-04 06:01:57 Re: Multiple inserts without COPY
Previous Message Mark Lubratt 2004-03-04 05:12:46 Re: Multiple inserts without COPY