writing '\' in an array

From: Bobo <Boris(dot)Barcelli(at)noumea(dot)ird(dot)nc>
To: pgsql-bugs(at)postgresql(dot)org
Subject: writing '\' in an array
Date: 2001-10-29 05:17:06
Message-ID: 3BDCE652.439CA51B@noumea.ird.nc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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....

Browse pgsql-bugs by date

  From Date Subject
Next Message Andy Hallam 2001-10-29 09:51:03 Re: Select with backslash '\' character
Previous Message pgsql-bugs 2001-10-27 23:00:48 Bug #493: corrupt pg_language_oid_index, (how to fix?)