1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

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
This commit is contained in:
Bruce Momjian 2020-03-31 18:44:29 -04:00
parent d797c1e1f4
commit e58d283ba9

View File

@ -732,9 +732,8 @@
</table> </table>
<para> <para>
The bitwise operators work only on integral data types, whereas The bitwise operators work only on integral data types, and are also
the others are available for all numeric data types. The bitwise available for the bit
operators are also available for the bit
string types <type>bit</type> and <type>bit varying</type>, as string types <type>bit</type> and <type>bit varying</type>, as
shown in <xref linkend="functions-bit-string-op-table">. shown in <xref linkend="functions-bit-string-op-table">.
</para> </para>