diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b82cbea14ed..86e81045692 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -732,9 +732,8 @@ </table> <para> - 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 <type>bit</type> and <type>bit varying</type>, as shown in <xref linkend="functions-bit-string-op-table"/>. </para> |