Re: Postgresql 11.3 doesn't use gist index on polygon column

2022-11-17 Thread Вадим Самохин
Oh, got it, thanks! чт, 17 нояб. 2022 г. в 18:52, Tom Lane : > =?UTF-8?B?0JLQsNC00LjQvCDQodCw0LzQvtGF0LjQvQ==?= > writes: > > 6. But postgresql still doesn't want to use my index: > > postgres=# explain analyze select * from zonez where '(2,2)'::point <@ p; > > It can't, because "polygon @> poin

Re: Postgresql 11.3 doesn't use gist index on polygon column

2022-11-17 Thread Tom Lane
=?UTF-8?B?0JLQsNC00LjQvCDQodCw0LzQvtGF0LjQvQ==?= writes: > 6. But postgresql still doesn't want to use my index: > postgres=# explain analyze select * from zonez where '(2,2)'::point <@ p; It can't, because "polygon @> point" isn't one of the operators supported by that opclass. You could use a