bit_or ( smallint ) → smallintComputes the bitwise OR of all non-null input values.
FUNCTIONS / AGGREGATE FUNCTIONS
bit_or
Read PG 18 manual ↗Computes the bitwise OR of all non-null input values.
Signatures & examples
bit_or ( integer ) → integerComputes the bitwise OR of all non-null input values.
bit_or ( bigint ) → bigintComputes the bitwise OR of all non-null input values.
bit_or ( bit ) → bitComputes the bitwise OR of all non-null input values.
Version history 1
- PG 12 → 13changed
Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source