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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: doc: remove mention of bitwise operators as solelytype-limited
Дата
Msg-id 750b8832-d123-7f9b-931e-43ce8321b2d7@2ndquadrant.com
обсуждение исходный текст
Ответ на pgsql: doc: remove mention of bitwise operators as solely type-limited  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: doc: remove mention of bitwise operators as solelytype-limited  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
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.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Add maintenance_io_concurrency to postgresql.conf.sample.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: doc: clarify hierarchy of objects: global, db, schema,etc.