Re: Geometric Datatypes

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Geometric Datatypes
Date: 2006-11-05 01:25:38
Message-ID: 20061105012538.GB88850@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Nov 04, 2006 at 05:01:12PM -0800, Bob Pawley wrote:
> What is an example of how geometric datatypes are being used?

They could be used for simple GIS applications (e.g., storing
latitude/longitude as points), although PostGIS would be more
suitable for non-trivial needs. Are you asking about PostgreSQL's
native geometry types specifically or are you also interested in
how PostGIS is being used? If the latter then see their case
studies:

http://postgis.refractions.net/documentation/casestudies/

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-11-05 01:43:33 Re: Geometric Datatypes
Previous Message Bob Pawley 2006-11-05 01:01:12 Geometric Datatypes