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:43 -04:00
parent 0b34e7d307
commit c713dc2f7b

View File

@ -732,7 +732,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"/>.