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

From Mark Lubratt
Subject Re: Multiple inserts without COPY
Date
Msg-id 71BAE198-6DA1-11D8-8073-000A9579AF50@indeq.com
Whole thread Raw
In response to Re: Multiple inserts without COPY  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
On Mar 3, 2004, at 11:20 PM, Tom Lane wrote:

> 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.
>
>

I figured it out.  They do provide a string to push COPY FROM STDIN
through.

Thanks anyway!
Mark


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Multiple inserts without COPY
Next
From: Steve Crawford
Date:
Subject: Re: bizarre AGE behaviour