summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-04-02 17:27:42 -0400
committerBruce Momjian <bruce@momjian.us>2020-04-02 17:27:42 -0400
commitbd2cfe40f841d355c42dbf4a6ced35ca88bf6e23 (patch)
tree7bc92e2b9c8dabab3061e32f057c7e0f11750f79
parente58d283ba9332e33c24f765f28dd7a312012bd12 (diff)
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
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
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 @@
</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">.