]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: remove comma, related to commit 92d31085e9
authorBruce Momjian <bruce@momjian.us>
Thu, 2 Apr 2020 21:27:43 +0000 (17:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 2 Apr 2020 21:27:43 +0000 (17:27 -0400)
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

index f273589b3c07f38978655960f74abb9623b6aad7..530858640fc90b967b26fb8f48b598a72858daec 100644 (file)
    </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">.