postgresql/doc/src
Alexander Korotkov 4d7684cc75 Implement operators for checking if the range contains a multirange
We have operators for checking if the multirange contains a range but don't
have the opposite.  This commit improves completeness of the operator set by
adding two new operators: @> (anyrange,anymultirange) and
<@(anymultirange,anyrange).

Catversion is bumped.
2020-12-29 23:35:33 +03:00
..
sgml Implement operators for checking if the range contains a multirange 2020-12-29 23:35:33 +03:00
Makefile Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00