Re: COPY to/from non-local file - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: COPY to/from non-local file
Date
Msg-id 20070627161808.GB22179@svana.org
Whole thread Raw
In response to COPY to/from non-local file  (Jaime Silvela <JSilvela@Bear.com>)
Responses Re: COPY to/from non-local file
List pgsql-general
On Wed, Jun 27, 2007 at 10:32:32AM -0400, Jaime Silvela wrote:
> I've been looking around for this functionality:
> Is it possible to use COPY with a file that doesn't reside in the DB's
> filesystem? I know there is sort of a solution in using COPY from stdin/
> COPY to stdout, however that depends on calling the psql command, which
> breaks the flow of control of the programs I'm trying to write.

Sorry? Copy to stdout/from stdin can be done by normal programs also,
not just psql. Execute the command and then use putline/getline to
transfer the data. In perl DBI is works like that, for C also, so
probably from ruby also.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: CG
Date:
Subject: How do you handle shared memory corruption issues? (contrib/xml2)
Next
From: "Martin Gainty"
Date:
Subject: Re: How do you handle shared memory corruption issues? (contrib/xml2)