Re: simple coordinate system

From: "Webb Sprague" <webb(dot)sprague(at)gmail(dot)com>
To:
Cc: "PostgreSQL general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: simple coordinate system
Date: 2007-03-15 20:27:16
Message-ID: b11ea23c0703151327n782204deo9c0299c5e945ea7f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

http://www.postgresql.org/docs/8.2/static/datatype-geometric.html

Have you looked at these yet? If not, you asked your question
prematurely and should have read the docs. If so, in what respect do
they not work for you?

On 3/15/07, Robin Ericsson <lobbin(at)gmail(dot)com> wrote:
> On 3/15/07, Webb Sprague <webb(dot)sprague(at)gmail(dot)com> wrote:
> > ... planning a simple coordinate system, where objects are described
> > > as x, y and z. Are there any contribs or extensions available that can
> > > help me with datatypes, calculation of length between two points, etc?
> >
> > google postgis. It is for geographic stuff, so maybe overkill, but
> > maybe not. There are are also geometry types native to Postgres that
> > you can find in the docs
>
> I was thinking about PostGIS, but it seemed overkill for my purpose.
> Therefore I asked in the first place :)
>
> --
> regards,
> Robin
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-03-15 20:29:21 Re: pg_dumpall and version confusion
Previous Message Martijn van Oosterhout 2007-03-15 20:26:13 Re: Native type for storing fractions (e.g 1/3)?