Re: Using Array-Values in subselect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using Array-Values in subselect
Дата
Msg-id 6929.974243809@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using Array-Values in subselect  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> If you look in contrib of the source, there is a set of
> array operators(functions) including element in set.
> That'll probably do what you want (you don't do an in
> actually, it'll be like <elem> <op> <array column>)

The array stuff is pretty simplistic at the moment, and could be taken
a lot further if there were someone who wanted to work on it.
(hint hint)
        regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Using Array-Values in subselect
Следующее
От: Paul
Дата:
Сообщение: FTI, paged, ranked searching and efficiency.