diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b82cbea14e..86e8104569 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -732,9 +732,8 @@ - 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 .