Re: Text operators "~<=~ ~<~ ~>=~ ~>~" not documented

2018-02-08 Thread Tom Lane
"David G. Johnston" writes: > On Thu, Feb 8, 2018 at 6:26 AM, Adrien Nayrat > wrote: >> While reading [1] I notice $subject operators lacks of explanation in >> documentation. > I'd be inclined to remove those four operators from the spgist page's table > and replace them with "LIKE". Then in t

Re: Text operators "~<=~ ~<~ ~>=~ ~>~" not documented

2018-02-08 Thread David G. Johnston
On Thu, Feb 8, 2018 at 6:26 AM, Adrien Nayrat wrote: > Hello, > > While reading [1] I notice $subject operators lacks of explanation in > documentation. > ​[..]​ > > > ~<~ less than > ~>~ greater than > ~<=~less than or equal to > ~>=~greater than or equal to > > For all, it is a

Text operators "~<=~ ~<~ ~>=~ ~>~" not documented

2018-02-08 Thread Adrien Nayrat
Hello, While reading [1] I notice $subject operators lacks of explanation in documentation. They where introduced in this commit : commit 2c0556068fc308ed9cce06c85de7e42305d34b86 Author: Peter Eisentraut Date: Thu May 15 15:50:21 2003 + Indexing support for pattern matching operatio