Re: Problem search on text arrays, using the overlaps (&&) operator

Поиск
Список
Период
Сортировка
От John Cheng
Тема Re: Problem search on text arrays, using the overlaps (&&) operator
Дата
Msg-id 198949.19888.qm@web43401.mail.sp1.yahoo.com
обсуждение исходный текст
Ответ на Problem search on text arrays, using the overlaps (&&) operator  (John Cheng <jlcheng@ymail.com>)
Ответы Re: Problem search on text arrays, using the overlaps (&&) operator
Список pgsql-general
I don't mean to be pesky. I was just wondering if there is anything
else I should try?

Should I simply rewrite all queries, change the form

WHERE textarr && '{foo, bar}'::text[]

To

WHERE (textarr && '{foo}'::text[]
       OR textarr && '{bar}'::text[])

?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general






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

Предыдущее
От: Andreas Wenk
Дата:
Сообщение: Re: Sugestion a db modele like mysql workbrench
Следующее
От: "Vikram Patil"
Дата:
Сообщение: Compiling using Visual Studio 2005