Re: Build in spatial support vs. PostGIS

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Build in spatial support vs. PostGIS
Дата
Msg-id 162867790906210641x1f31671dk711cec12e22a1ad3@mail.gmail.com
обсуждение исходный текст
Ответ на Build in spatial support vs. PostGIS  (Assaf Lavie <assaflavie@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Gerhard Wiesinger
Дата:
Сообщение: Re: Implicit conversion/comparision of timestamp with and without timezone
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: cursors, temp tables, dynamic sql technique (was and is: looping over a small record set over and over in a function)