Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92d3108

Browse files
committed
doc: remove mention of bitwise operators as solely type-limited
There are other operators that have limited number data type support, sojust remove the sentence.Reported-by: Sergei AgalakovDiscussion:https://postgr.es/m/158032651854.19851.16261832706661813796@wrigleys.postgresql.orgBackpatch-through: 9.5
1 parent009e422 commit92d3108

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,8 @@
732732
</table>
733733

734734
<para>
735-
The bitwise operators work only on integral data types, whereas
736-
the others are available for all numeric data types. The bitwise
737-
operators are also available for the bit
735+
The bitwise operators work only on integral data types, and are also
736+
available for the bit
738737
string types <type>bit</type> and <type>bit varying</type>, as
739738
shown in <xref linkend="functions-bit-string-op-table"/>.
740739
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp