Re: ALL, ANY bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALL, ANY bug?
Дата
Msg-id 4735.978923186@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ALL, ANY bug?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: ALL, ANY bug?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> It seems ALL and ANY (SOME) have problems with the parser.

I see no problem here.  Those are only defined for sub-selects.
SQL92 8.7 says:
        <quantified comparison predicate> ::=             <row value constructor> <comp op> <quantifier> <table
subquery>
        <quantifier> ::= <all> | <some>
        <all> ::= ALL
        <some> ::= SOME | ANY

and that is the only appearance of ANY in the grammar ...
        regards, tom lane


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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: patch: contrib/pgcrypto sanity
Следующее
От: Denis Perchine
Дата:
Сообщение: Re: Quite strange crash