diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ff9b8b0853e..43b72f695c2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -8300,7 +8300,9 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple <para> The <type>macaddr</type> type also supports the standard relational operators (<literal>></literal>, <literal><=</literal>, etc.) for - lexicographical ordering. + lexicographical ordering, and the bitwise arithmetic operators + (<literal>~</literal>, <literal>&</literal> and <literal>|</literal>) + for NOT, AND and OR. </para> </sect1> |