pgsql: doc: remove mention of bitwise operators as solely type-limited

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove mention of bitwise operators as solely type-limited
Date: 2020-03-31 22:44:38
Message-ID: E1jJPcc-0005WT-CJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/116381955900d55e24520014eeeecefce7ac7dd6

Modified Files
--------------
doc/src/sgml/func.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-03-31 23:44:09 Re: pgsql: Attempt to fix unstable regression tests, take 2
Previous Message Bruce Momjian 2020-03-31 22:10:48 pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.