Re: simple coordinate system

From: "Robin Ericsson" <lobbin(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: simple coordinate system
Date: 2007-03-16 14:55:15
Message-ID: c014a9590703160755n41d83cbdsb6a6aa624b05b69b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/16/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Robin Ericsson" <lobbin(at)gmail(dot)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.

--
regards,
Robin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A.M. 2007-03-16 15:05:41 Re: exception handling in plperlu
Previous Message Jasbinder Singh Bali 2007-03-16 14:54:49 Re: exception handling in plperlu