Re: ECPG and COPY FROM STDIN

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: ECPG and COPY FROM STDIN
Дата
Msg-id 200611200642.23872.sdavis2@mail.nih.gov
обсуждение исходный текст
Ответ на ECPG and COPY FROM STDIN  (Niels Laakmann <nielsson@grillen23.de>)
Ответы Re: ECPG and COPY FROM STDIN
Список 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 по дате отправления:

Предыдущее
От: Niels Laakmann
Дата:
Сообщение: ECPG and COPY FROM STDIN
Следующее
От: "Doherty EMAIL ACCOUNT"
Дата:
Сообщение: SEGFAULT ON EXTENDED FUNCTION