Re: Points, Circles, Indexes, and query-by-Radius?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Brent Wood <baw(at)frc(dot)niwa(dot)cri(dot)nz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Points, Circles, Indexes, and query-by-Radius?
Date: 2001-08-06 02:59:51
Message-ID: 200108060259.f762xpB16835@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > For extra credit, it would be nice if I could store circles instead of
> > points, and issue queries like the following:
> >
> > "given a circle ((X,Y),R), return all circles which share some common area"
> >
>
> I haven't yet played with it, but look at PostGIS, an add-on for
> PostgreSQL which claims to have better spatial indexing & querying
> capabilities for geometric datatypes.
>
> As an aside, can anyone comment on the likelihood of this becoming a part
> of mainstream pgsql? Or what is currently happening with pgsql spatial
> support, especially regarding fmaps development?

PostGIS is sitting in my mailbox and I am waiting to hear if it should
be added to contrib. It is 132k.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message markir 2001-08-06 04:38:07 Improved Load Speed From Current Sources
Previous Message Brent Wood 2001-08-05 20:05:44 Re: Points, Circles, Indexes, and query-by-Radius?