Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 92d3108

Browse files
committed
doc: remove mention of bitwise operators as solely type-limited
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
1 parent 009e422 commit 92d3108

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/func.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,8 @@
732732
</table>
733733

734734
<para>
735-
The bitwise operators work only on integral data types, whereas
736-
the others are available for all numeric data types. The bitwise
737-
operators are also available for the bit
735+
The bitwise operators work only on integral data types, and are also
736+
available for the bit
738737
string types <type>bit</type> and <type>bit varying</type>, as
739738
shown in <xref linkend="functions-bit-string-op-table"/>.
740739
</para>

0 commit comments

Comments
 (0)