Re: Okay to remove mention of mystery @ and ~ operators?

2024-04-22 Thread Colin Caine
Thanks all! On Fri, 19 Apr 2024 at 13:59, Daniel Gustafsson wrote: > > On 19 Apr 2024, at 13:49, Daniel Gustafsson wrote: > >> On 19 Apr 2024, at 12:31, Aleksander Alekseev > wrote: > > >> Here is the patch. > > > > Nice catch, and thanks for the patch. I'll apply it with a backpatch to >

Okay to remove mention of mystery @ and ~ operators?

2024-04-19 Thread Colin Caine
Hello This page says that the `@` and `~` operators on various types can be accelerated by a GiST index. https://www.postgresql.org/docs/current/gist-builtin-opclasses.html These operators have been listed in the file since it was created in 2014, but if they exist then I don't know how to use