Re: How to pass a list of locations (longitude, latitude) to a PostgreSQL/PostGIS stored function?

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: How to pass a list of locations (longitude, latitude) to a PostgreSQL/PostGIS stored function?
Дата
Msg-id Z-Lu0EB5R2mIovAF@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: How to pass a list of locations (longitude, latitude) to a PostgreSQL/PostGIS stored function?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: How to pass a list of locations (longitude, latitude) to a PostgreSQL/PostGIS stored function?
Список pgsql-general
Re: Tom Lane
> You might be best advised to create a composite
> type like "location (long bigint, lat bigint)" and use an array of
> that.

Or use the geometry types from PostGIS, since you are probably going
to do geo lookups on these points anyway.

Christoph



В списке pgsql-general по дате отправления: