Re: Multiple inserts without COPY

From: Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Multiple inserts without COPY
Date: 2004-03-04 06:01:57
Message-ID: 71BAE198-6DA1-11D8-8073-000A9579AF50@indeq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Mar 3, 2004, at 11:20 PM, Tom Lane wrote:

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

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

Thanks anyway!
Mark

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Crawford 2004-03-04 16:57:39 Re: bizarre AGE behaviour
Previous Message Tom Lane 2004-03-04 05:20:54 Re: Multiple inserts without COPY