Contents
bit_or()
A function which returns the bitwise OR of all bits in the provided parameter
bit_or()
is a is a system function which returns the bitwise OR of all bits in the provided parameter.
bit_or()
was added in PostgreSQL 8.0.
Usage
bit_or ( smallint ) → smallint bit_or ( integer ) → integer bit_or ( bigint ) → bigint bit_or ( bit ) → bit
Change history
- PostgreSQL 8.0
- added (commit 8096fe45)
Examples
References
- PostgreSQL documentation: General-Purpose Aggregate Functions