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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: doc: remove mention of bitwise operators as solely type-limited
Date: 2020-04-02 21:27:53
Message-ID: 20200402212753.GA7251@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Apr 2, 2020 at 07:23:06AM +0200, Peter Eisentraut wrote:
> On 2020-04-01 00:44, Bruce Momjian wrote:
> > 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.
>
> <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>
>
> The comma before "and" should be removed.

Done.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-04-02 21:29:15 Re: pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.
Previous Message Bruce Momjian 2020-04-02 21:27:51 pgsql: doc: remove comma, related to commit 92d31085e9