Re: can we write to a flat file from Postgresql procedure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: R Vijayanath <vijayanath(at)yahoo(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: can we write to a flat file from Postgresql procedure
Date: 2001-07-11 14:47:43
Message-ID: Pine.LNX.4.30.0107111646070.679-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

R Vijayanath writes:

> It would be great if you can tell me if I can write a
> procedure that can write the output to the OS(Linux
> OS) file.

You could try out PL/sh for that.

http://www.postgresql.org/~petere/plsh.html

YMMV

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alex Pilosov 2001-07-11 15:03:08 Re: can we write to a flat file from Postgresql procedure
Previous Message Tom Lane 2001-07-11 13:51:22 Re: cumulative sum in aggregate query.