Re: file I/O in plpgsql - Mailing list pgsql-general

From Terry Lee Tucker
Subject Re: file I/O in plpgsql
Date
Msg-id 200604291028.42702.terry@esc1.com
Whole thread Raw
In response to Re: file I/O in plpgsql  (Terry Lee Tucker <terry@esc1.com>)
List pgsql-general
On Saturday 29 April 2006 10:23 am, Terry Lee Tucker <terry@esc1.com> thus
communicated:
--> You cannot do that with plpgsql. You can use Perl in "trusted" mode and
 pass --> the query results to the Perl function which can write the output
 to a ffile. -->

Correcting typeo: s/trusted/untrusted/

pgsql-general by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: file I/O in plpgsql
Next
From: Tom Lane
Date:
Subject: Re: Help with unpredictable use of indexes on large tables...