Re: Build in spatial support vs. PostGIS - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Build in spatial support vs. PostGIS
Date
Msg-id 162867790906210641x1f31671dk711cec12e22a1ad3@mail.gmail.com
Whole thread Raw
In response to Build in spatial support vs. PostGIS  (Assaf Lavie <assaflavie@gmail.com>)
List pgsql-general
Hello

2009/6/21 Assaf Lavie <assaflavie@gmail.com>:
> Can anyone please shed light on the difference between the two:
> http://stackoverflow.com/questions/1023229/spatial-data-in-postgresql
> (login _not_ required)
>

some integrated support for spatial types are relative old thing
probably from academic era of pg. It's good demonstration of
PostgreSQL's universality and could be used in some isolated projects.
PostGIS is do same thing, but it is based on OpenGIS standard (and
SQL/MM) standard and it's very rich tool for operation over spatial
data. There are some GIS clients, that can draw data stored in OpenGIS
format.

regards
Pavel Stehule
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Gerhard Wiesinger
Date:
Subject: Re: Implicit conversion/comparision of timestamp with and without timezone
Next
From: Craig Ringer
Date:
Subject: Re: cursors, temp tables, dynamic sql technique (was and is: looping over a small record set over and over in a function)