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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2009-11-23 14:23:47 |
| Subject: Re: Re: [COMMITTERS] pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff |
| Previous: | From: Teodor Sigaev | Date: 2009-11-23 13:28:26 |
| Subject: Red-black tree for GIN |