Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: remove comma, related to commit 92d31085e9
authorBruce Momjian <bruce@momjian.us>
Thu, 2 Apr 2020 21:27:42 +0000 (17:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 2 Apr 2020 21:27:42 +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 5aafef6a00b8259084f14bc052c8e4a87da55cbc..bbd35241235cb1867b2860611429f649a17871b0 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">.