regarding contains operator

Поиск
Список
Период
Сортировка
От surabhi.ahuja
Тема regarding contains operator
Дата
Msg-id 8626C1B7EB748940BCDD7596134632BE398661@jal.iiitb.ac.in
обсуждение исходный текст
Ответы Re: regarding contains operator  (Ragnar <gnari@hive.is>)
Re: regarding contains operator  (Michael Fuhr <mike@fuhr.org>)
Re: regarding contains operator  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
 i have a field whose type is varchar(16)
 
and the field is multivalued, in the sense it is of the form
 
abc\def\tez
(i.e. backslash separed values)
 
please tell me is there any operator available which enables me to do the following:
 
field contains <some value>
 
eg field contains "abc" should return true, similary for def or tez
 
if it is not ther can i write my own operators? abd use them please send me the link where i can find documnetation on the same
thanks,
regards
Surabhi Ahuja
 

В списке pgsql-general по дате отправления:

Предыдущее
От: Ken Johanson
Дата:
Сообщение: Re: Perspective: PostgreSQL usage boon after release of
Следующее
От: Ragnar
Дата:
Сообщение: Re: regarding contains operator