point_ops for GiST - Mailing list pgsql-hackers

From Teodor Sigaev
Subject point_ops for GiST
Date
Msg-id 4B0A8F0F.3020308@sigaev.ru
Whole thread Raw
Responses Re: point_ops for GiST
Re: point_ops for GiST
List pgsql-hackers
Hi!

patch implements operator class for GiST over points. Supported operations:
point   << point
point   >> point
point   <^ point
point   >^ point
point   ~= point
point   <@ box
box     @> point
point   <@ polygon
polygon @> point
point   <@ circle
circle  @> point
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Attachment

pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Red-black tree for GIN
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff