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
This commit is contained in:
Bruce Momjian 2020-04-02 17:27:42 -04:00
parent 1163819559
commit bf09e83dbc
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@
</table> </table>
<para> <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 available for the bit
string types <type>bit</type> and <type>bit varying</type>, as string types <type>bit</type> and <type>bit varying</type>, as
shown in <xref linkend="functions-bit-string-op-table">. shown in <xref linkend="functions-bit-string-op-table">.