diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-04-02 17:27:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-04-02 17:27:43 -0400 |
commit | aa9749ed95cadb8478e98fec15ed37fb83faa2ef (patch) | |
tree | ce5b07b863d60e374883d804778b12758409bf58 | |
parent | 76ea606968c6060549a04f83f9b8608c416085b5 (diff) | |
download | postgresql-aa9749ed95cadb8478e98fec15ed37fb83faa2ef.tar.gz postgresql-aa9749ed95cadb8478e98fec15ed37fb83faa2ef.zip |
doc: remove comma, related to commit 92d31085e9
Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/750b8832-d123-7f9b-931e-43ce8321b2d7@2ndquadrant.com
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 86e81045692..71267e7d158 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -732,7 +732,7 @@ </table> <para> - The bitwise operators work only on integral data types, and are also + 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"/>. |