Re: problem of geometric operator in v8.2.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem of geometric operator in v8.2.1
Дата
Msg-id 24424.1170452212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problem of geometric operator in v8.2.1  ("Ioseph Kim" <pgsql-kr@postgresql.or.kr>)
Список pgsql-hackers
"Ioseph Kim" <pgsql-kr@postgresql.or.kr> writes:
> when @-@ operator used at path type,
> below query maybe returns 1.
> because this path is just line.

No, because it's a closed path, so it's a loop from (0,0) to (1,0)
and back again.  If you don't want to count the return segment,
use an open path.
        regards, tom lane


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

Предыдущее
От: "Ioseph Kim"
Дата:
Сообщение: Re: problem of geometric operator in v8.2.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Referential Integrity and SHARE locks