diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-04-02 17:27:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-04-02 17:27:43 -0400 |
commit | c713dc2f7be314ee541f0abd170b69c90d8bfb14 (patch) | |
tree | ae8a30ba1ddcb3bd64f60c1d7d7bcf9446865f93 /doc/src | |
parent | 0b34e7d307e6a142ee94800e6d5f3e73449eeffd (diff) | |
download | postgresql-c713dc2f7be314ee541f0abd170b69c90d8bfb14.tar.gz postgresql-c713dc2f7be314ee541f0abd170b69c90d8bfb14.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a329f61f339..4d88b45e726 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"/>. |