create a text file from postgres (like Oracle UTL_FILE package)

From: Leo Martin Orfei <orfeileo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: create a text file from postgres (like Oracle UTL_FILE package)
Date: 2004-11-04 15:03:12
Message-ID: 20041104150312.67961.qmail@web51808.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Anybody know/have functions or package to create text
file from postgres function?

I want to execute a function to take some fields from
a table and save it in a text file (or xml format).
I need function like:
createfile(filename);
appendtofile(filename,text);
etc.

thanks


__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Crate 2004-11-04 15:11:18 Re: OS X Install
Previous Message Kari Lavikka 2004-11-04 15:00:58 Re: Selecting a random row