Re: simple coordinate system - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: simple coordinate system
Date
Msg-id 20070406151105.GA21526@wolff.to
Whole thread Raw
In response to Re: simple coordinate system  ("Robin Ericsson" <lobbin@gmail.com>)
List pgsql-general
On Fri, Mar 16, 2007 at 15:55:15 +0100,
  Robin Ericsson <lobbin@gmail.com> wrote:
> On 3/16/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >"Robin Ericsson" <lobbin@gmail.com> writes:
> >> Yes, I've looked at those, I was thinking that point looked like a
> >> good type, but it's only 2d, so maybe I need a hint on how to use this
> >> in a 3d environment.
> >
> >Yeah, the built-in geometric types are all 2D.  If you need 3D, perhaps
> >PostGIS can help --- otherwise you're on your own :-(.  But adding a new
> >datatype to PG isn't hard, if you can hack C at all.
>
> My hope was that there was something between standard PostgreSQL and
> PostGIS as I didn't want to bring in the whole PostGIS into my
> application. But probably it's worth it anyways.

The cube contrib stuff might be useful for you.

pgsql-general by date:

Previous
From: Listmail
Date:
Subject: Re: SQL WHERE: many sql or large IN()
Next
From: "O.B."
Date:
Subject: How to suppress NOTICE messages