Re: bitwise and/or aggregate functions? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: bitwise and/or aggregate functions?
Date
Msg-id 408F584F.7000905@familyhealth.com.au
Whole thread Raw
In response to Re: bitwise and/or aggregate functions?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: bitwise and/or aggregate functions?  (Fabien COELHO <coelho@cri.ensmp.fr>)
List 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 by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: bitwise and/or aggregate functions?
Next
From: Christopher Kings-Lynne
Date:
Subject: Weirdness with OIDs and JOIN ON?