Re: simple coordinate system

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

... 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

>
> --
> regards,
> Robin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-03-15 17:54:22 Re: pg_dumpall and version confusion
Previous Message Stefan Berglund 2007-03-15 17:26:48 Re: Is This A Set Based Solution?