Re: [GENERAL] Change Windows path to Unix path...

2005-04-26 Thread Patrick . FICHE
36 18 --- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shelby Cain Sent: mardi 26 avril 2005 17:52 To: [EMAIL PROTECTED]; pgsql-general@postgresql.org Subject: Re: [GENERAL] Change Windows path to Unix path... --- [EMAIL PROTECTED] wrote: > Hi, &

Re: [GENERAL] Change Windows path to Unix path...

2005-04-26 Thread Shelby Cain
--- [EMAIL PROTECTED] wrote: > Hi, > > I'm trying to execute COPY command from some pgsql > function. > The filename is given as an argument of the > function. > But I get the filename like 'F:\tmp\file.txt' and I > need to change this to > 'F:/tmp/file.txt' before applying the COPY command. >

[GENERAL] Change Windows path to Unix path...

2005-04-26 Thread Patrick . FICHE
Hi,   I'm trying to execute COPY command from some pgsql function. The filename is given as an argument of the function. But I get the filename like 'F:\tmp\file.txt' and I need to change this to 'F:/tmp/file.txt' before applying the COPY command.   I dind't succeed to replace '\' by '/' in