Thread: writing '\' in an array

writing '\' in an array

From
Bobo
Date:
Hi,

I have an a column wich represent a list of path:

    pathname text[],

I insert a row :

'{C:\\data}'    gives    "C:data"
'{C:\134data}'    gives     "C:data" where 134 is the ascii code for
\...


answer me if u fix the problem plz....