Re: [GENERAL] How to give input a file for a stored procedure

2008-07-29 Thread Craig Ringer
aravind chandu wrote: > Hi, > > I am writing a stored procedure where the input to it is a > file.I did not have any idea of how to give input as a file for a stored > procedure.could you please help me. I assume that by "a file" you mean a file in the filesystem, outside the

[GENERAL] How to give input a file for a stored procedure

2008-07-28 Thread aravind chandu
Hi, I am writing a stored procedure where the input to it is a file.I did not have any idea of how to give input as a file for a stored procedure.could you please help me. Thank You, Avin.