Re: ECPG and COPY FROM STDIN - Mailing list pgsql-interfaces

From Sean Davis
Subject Re: ECPG and COPY FROM STDIN
Date
Msg-id 200611200642.23872.sdavis2@mail.nih.gov
Whole thread Raw
In response to ECPG and COPY FROM STDIN  (Niels Laakmann <nielsson@grillen23.de>)
Responses Re: ECPG and COPY FROM STDIN  (Niels Laakmann <nielsson@grillen23.de>)
List pgsql-interfaces
On Monday 20 November 2006 06:12, Niels Laakmann wrote:
> Hey List!
> I have to do a Benchmark-Test in C (ECPG) with and without network.
> After reading the Performance and COPY Documentation (not correctly), I
> wanted to Copy a File over the Network by using "COPY FROM 'filename'".
> After some curious Problems I knew why.
> Now I read some about "COPY FROM STDIN. But I didn't find an Example.
> Can someone please give me an Example for that ?
>
> Or:
>
> Is there another command to insert many tuples from a Client to a
> Server in an adequate time ?

How about here:

http://www.postgresql.org/docs/8.1/interactive/libpq-copy.html

Sean


pgsql-interfaces by date:

Previous
From: Niels Laakmann
Date:
Subject: ECPG and COPY FROM STDIN
Next
From: "Doherty EMAIL ACCOUNT"
Date:
Subject: SEGFAULT ON EXTENDED FUNCTION