insert a value into a table

From: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: insert a value into a table
Date: 2005-10-21 14:59:44
Message-ID: 967CFC4343BF2A4DAFACD026D33DC85118EC80@jal.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i have a fiels - varchar(100)

to this fiels i am trying to insert

"abc\def\xyz'

but it is not inserting the whole thing ...

how can i ensure that the whole string including the backslashes get inserted into the table

thanks
regards
surabhi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Campbell 2005-10-21 15:12:12 Re: versions of oDBC driver
Previous Message Scott Marlowe 2005-10-21 14:54:20 Re: How to cluster Postgresql