Re: ECPG and COPY

From: Florian Weimer <fweimer(at)bfk(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org, Wes <wespvp(at)syntegra(dot)com>
Subject: Re: ECPG and COPY
Date: 2006-08-02 10:03:45
Message-ID: 82hd0vfo8u.fsf@mid.bfk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Michael Meskes:

> COPY TO STDOUT has been implemented, but I'm unsure whether COPY FROM
> STDIN really makes sense. Does anyone know a real life example where
> this would be needed and the work couldn't be done easier using psql?

COPY FROM STDIN saves lots of network round-trips.

--
Florian Weimer <fweimer(at)bfk(dot)de>
BFK edv-consulting GmbH http://www.bfk.de/
Durlacher Allee 47 tel: +49-721-96201-1
D-76131 Karlsruhe fax: +49-721-96201-99

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2006-08-02 10:24:32 Re: ECPG and COPY
Previous Message Michael Meskes 2006-08-02 09:59:40 Re: ECPG and COPY