summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-03-31 18:44:29 -0400
committerBruce Momjian <bruce@momjian.us>2020-03-31 18:44:29 -0400
commit116381955900d55e24520014eeeecefce7ac7dd6 (patch)
tree8a56a8c1bfc511985b329168ca30aa843a23783c
parent7b7b60f411b112df50eb10f84164e5059363a3a2 (diff)
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
-rw-r--r--doc/src/sgml/func.sgml5
1 files changed, 2 insertions, 3 deletions
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 @@
</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>