ECPG and COPY FROM STDIN - Mailing list pgsql-interfaces

From Niels Laakmann
Subject ECPG and COPY FROM STDIN
Date
Msg-id 20061120111317.9889D77A3B@mail.toxisch.net
Whole thread Raw
Responses Re: ECPG and COPY FROM STDIN  (Sean Davis <sdavis2@mail.nih.gov>)
List pgsql-interfaces
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 ?



Niels


pgsql-interfaces by date:

Previous
From: Sandeep Khandelwal
Date:
Subject: Re: How to get table definition of a PostgreSQL table
Next
From: Sean Davis
Date:
Subject: Re: ECPG and COPY FROM STDIN