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,
&
--- [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.
>
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