Arrays and LIKE

Поиск
Список
Период
Сортировка
От David
Тема Arrays and LIKE
Дата
Msg-id 20090808073429.GD25850@daboyz.dyndns.org
обсуждение исходный текст
Ответы Re: Arrays and LIKE
Re: Arrays and LIKE
Список pgsql-general
Done a bit of hunting and can't seem to find an answer as to if this sort of thing is possible:

SELECT * FROM mail WHERE recipients ILIKE 'david%';

Where recipients is a VARCHAR(128)[]

The above doesn't work but thats the sort of thing I want to do...
If this is possible and can use an index as well that would be wonderful...

--

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

Предыдущее
От: Bob Gobeille
Дата:
Сообщение: Re: smart or dumb partition?
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Arrays and LIKE