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

2001-07-11 Thread Alex Pilosov
On Wed, 11 Jul 2001, Peter Eisentraut wrote: > 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 Well, as l

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

2001-07-11 Thread Peter Eisentraut
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 [EMAIL PROTECTED] http://funkturm.homeip.n

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

2001-07-11 Thread Jan Wieck
R Vijayanath wrote: > Hi, > > I found your name in the Postgresql web site. > > 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. > > Can you assist me on this if there is a way to do it. > > We are using Postgresql 7.1 running

[SQL] can we write to a flat file from Postgresql procedure

2001-07-10 Thread R Vijayanath
Hi, I found your name in the Postgresql web site. 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. Can you assist me on this if there is a way to do it. We are using Postgresql 7.1 running in Linux Redhat 7.1. Thanks in Advanc