Re: [SQL] line datatype

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [SQL] line datatype
Дата
Msg-id 3D33B8D5.D8A2E1CE@fourpalms.org
обсуждение исходный текст
Ответ на Re: [SQL] line datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [SQL] line datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> It would be nice to get the line type working 100%.  Thomas says the
> problem is input/output format.  I don't completely understand.

The issue is in choosing an external format for LINE which does not lose
precision during dump/reload. Internally, LINE is described by a formula
which is likely subject to problems with limited precision for some line
orientations.

Does anyone have a suggestion (perhaps drawn from another GIS package)
for representing lines? We already have this implemented internally, and
the algorithms are used to support other data types; the only unresolved
issue is in how to input the values.
                  - Thomas


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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: [PATCHES] CLUSTER not lose indexes
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: bit type external representation