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
commitfd802bd92420adf32e872c16b75a7180bde876c7 (patch)
tree344819f12aab930d7ae09ef52bf09c509fe7ffe9
parente472ebd65deb98940fca7a22e940e6cc73592ece (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 2e89982abde..63be32d22b2 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>