diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/intarray.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/intarray.sgml b/doc/src/sgml/intarray.sgml index 9d2eb52eeb4..c8db87e97df 100644 --- a/doc/src/sgml/intarray.sgml +++ b/doc/src/sgml/intarray.sgml @@ -399,7 +399,7 @@ <para> <filename>intarray</filename> provides index support for the - <literal>&&</literal>, <literal>@></literal>, <literal><@</literal>, + <literal>&&</literal>, <literal>@></literal>, and <literal>@@</literal> operators, as well as regular array equality. </para> @@ -436,7 +436,8 @@ <para> There is also a non-default GIN operator class - <literal>gin__int_ops</literal> supporting the same operators. + <literal>gin__int_ops</literal>, which supports these operators as well + as <literal><@</literal>. </para> <para> |