diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index e356774586b..acba939c8a2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -590,9 +590,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 .