"Ioseph Kim" <pgsql-kr(at)postgresql(dot)or(dot)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
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2007-02-02 21:50:10 |
| Subject: Re: Referential Integrity and SHARE locks |
| Previous: | From: Ioseph Kim | Date: 2007-02-02 21:21:21 |
| Subject: Re: problem of geometric operator in v8.2.1 |