From: Bruce Momjian Date: Thu, 2 Apr 2020 21:27:42 +0000 (-0400) Subject: doc: remove comma, related to commit 92d31085e9 X-Git-Tag: REL9_6_18~41 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bd2cfe40f841d355c42dbf4a6ced35ca88bf6e23;p=postgresql.git 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5aafef6a00b..bbd35241235 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -732,7 +732,7 @@ - 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 bit and bit varying, as shown in .