backslash separated values for a field - Mailing list pgsql-general

From surabhi.ahuja
Subject backslash separated values for a field
Date
Msg-id 967CFC4343BF2A4DAFACD026D33DC85118ECBE@jal.iiitb.ac.in
Whole thread Raw
Responses Re: backslash separated values for a field  ("Leif B. Kristensen" <leif@solumslekt.org>)
List pgsql-general
Hi, 
 
i have a field "x" which can be of the form
 
abc\def\123
 
i.e. they are back slash separated fields
 
is there any operator in postgres which can process a query like give me all xs where x is abc
 
is ther any opeartor like contain, so i can form a query of the form:
 
select * from table_name where x contains 'abc';
 
thanks,
regards
 
Surabhi

pgsql-general by date:

Previous
From: Pandurangan R S
Date:
Subject: Re: r trim of characters other than space
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: backslash separated values for a field