Re: bitwise and/or aggregate functions?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: bitwise and/or aggregate functions?
Дата
Msg-id 408F584F.7000905@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: bitwise and/or aggregate functions?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: bitwise and/or aggregate functions?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
> SELECT BIT_OR(aclitem_privs(...)) AS effective_privs
> FROM ...
> WHERE aclitem_grantee(...)=... AND ... ;

Is there anything in SQL2003 about such operators?  If there is, we 
should make sure we use the correct aggregate names.

Chris



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: bitwise and/or aggregate functions?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Weirdness with OIDs and JOIN ON?