Re: Writing Text Files from PostgreSQL - Mailing list pgsql-novice

From Andreas Kretschmer
Subject Re: Writing Text Files from PostgreSQL
Date
Msg-id 20051116200605.GA3390@kaufbach.delug.de
Whole thread Raw
In response to Writing Text Files from PostgreSQL  ("William Gerber" <William.Gerber@erg.com>)
List 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 by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Writing Text Files from PostgreSQL
Next
From: Flávio Brito
Date:
Subject: Receive a record not a tuple - plpgsql