There are other operators that have limited number data type support, so
just remove the sentence.
Reported-by: Sergei Agalakov
Discussion: https://postgr.es/m/
158032651854.19851.
16261832706661813796@wrigleys.postgresql.org
Backpatch-through: 9.5
- The bitwise operators work only on integral data types, whereas
- the others are available for all numeric data types. The bitwise
- operators are also available for the bit
+ The bitwise operators work only on integral data types, and are also
+ available for the bit
string types bit and bit varying, as
shown in .