Re: simple coordinate system - Mailing list pgsql-general

From Webb Sprague
Subject Re: simple coordinate system
Date
Msg-id b11ea23c0703151031l324ef9edhb6b28c917656aa29@mail.gmail.com
Whole thread Raw
In response to simple coordinate system  ("Robin Ericsson" <lobbin@gmail.com>)
Responses Re: simple coordinate system  ("Robin Ericsson" <lobbin@gmail.com>)
List 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
>

pgsql-general by date:

Previous
From: "Robin Ericsson"
Date:
Subject: simple coordinate system
Next
From: Tom Lane
Date:
Subject: Re: pg_dumpall and version confusion