Re: Boolean operators without commutators vs. ALL/ANY

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Boolean operators without commutators vs. ALL/ANY
Дата
Msg-id 20110613154140.GB28357@fetter.org
обсуждение исходный текст
Ответ на Re: Boolean operators without commutators vs. ALL/ANY  (Florian Pflug <fgp@phlo.org>)
Ответы [WIP] Support for "ANY/ALL(array) op scalar" (Was: Re: Boolean operators without commutators vs. ALL/ANY)  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
On Mon, Jun 13, 2011 at 09:01:45AM +0200, Florian Pflug wrote:
> Hm, that's less bulky but more kludgy, I'd say. But wait a minute...
> 
> If ANY and ALL are reserved anyway, should it be possible to
> make "(ANY(..) <op> <expr>)" and "(ALL(...) <op> <expr>)"
> work grammar-wise? (Note the enclosing parens)

This would be a very, very useful feature. :)

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: On-the-fly index tuple deletion vs. hot_standby
Следующее
От: Dave Page
Дата:
Сообщение: Re: FOREIGN TABLE doc fix