Regular Expression for 'and' instead of 'or'

Поиск
Список
Период
Сортировка
От Samuel J. Sutjiono
Тема Regular Expression for 'and' instead of 'or'
Дата
Msg-id 023101c1bbc3$03a33910$110a010a@headquarters.wcgroup.com
обсуждение исходный текст
Ответы Re: [GENERAL] Regular Expression for 'and' instead of 'or'  (Fernando Schapachnik <fschapachnik@vianetworks.com.ar>)
Re: Regular Expression for 'and' instead of 'or'  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
This expression matches the word socks or shoes or nike in product category 
where productdescr ~* '(socks|shoes|nike)'
 
Does anybody know what the expression should be  if I want to do 'and' of those key words instead of 'or' ?
 
Thanks,
Sam 

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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Date Problem
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Page Management