Re: COPY to/from non-local file

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: COPY to/from non-local file
Дата
Msg-id 20070627161808.GB22179@svana.org
обсуждение исходный текст
Ответ на COPY to/from non-local file  (Jaime Silvela <JSilvela@Bear.com>)
Ответы Re: COPY to/from non-local file  (Jaime Silvela <JSilvela@Bear.com>)
Список 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.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: CG
Дата:
Сообщение: How do you handle shared memory corruption issues? (contrib/xml2)
Следующее
От: "Martin Gainty"
Дата:
Сообщение: Re: How do you handle shared memory corruption issues? (contrib/xml2)