Re: Multiple inserts without COPY - Mailing list pgsql-admin

From Tom Lane
Subject Re: Multiple inserts without COPY
Date
Msg-id 21695.1078377654@sss.pgh.pa.us
Whole thread Raw
In response to Re: Multiple inserts without COPY  (Mark Lubratt <mark.lubratt@indeq.com>)
Responses Re: Multiple inserts without COPY  (Mark Lubratt <mark.lubratt@indeq.com>)
List pgsql-admin
Mark Lubratt <mark.lubratt@indeq.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

pgsql-admin by date:

Previous
From: Mark Lubratt
Date:
Subject: Re: Multiple inserts without COPY
Next
From: Mark Lubratt
Date:
Subject: Re: Multiple inserts without COPY