From aa9749ed95cadb8478e98fec15ed37fb83faa2ef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Apr 2020 17:27:43 -0400 Subject: [PATCH] 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 --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - 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 .