Re: Writing Text Files from PostgreSQL

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Writing Text Files from PostgreSQL
Дата
Msg-id 20051116200605.GA3390@kaufbach.delug.de
обсуждение исходный текст
Ответ на Writing Text Files from PostgreSQL  ("William Gerber" <William.Gerber@erg.com>)
Список pgsql-novice
William Gerber <William.Gerber@erg.com> schrieb:

> Hello.  I am brand new to PostgreSQL and I need someone to point me in
> the right direction on how to write the results of a function to a text
> file.  Is it possible to do this within the PostgreSQL PL/pgSQL

No, this is a trusted language. But you can use untrusted languages such
as plperlu or plsh.

21:05 < akretschmer> ??plperl
21:05 < rtfm_please> For information about plperl
21:05 < rtfm_please> see http://pgfoundry.org/projects/plperlng/
21:05 < rtfm_please> or http://www.postgresql.org/docs/current/static/plperl.html


HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Writing Text Files from PostgreSQL
Следующее
От: Flávio Brito
Дата:
Сообщение: Receive a record not a tuple - plpgsql