Re: problem of geometric operator in v8.2.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ioseph Kim" <pgsql-kr(at)postgresql(dot)or(dot)kr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problem of geometric operator in v8.2.1
Date: 2007-02-02 20:36:46
Message-ID: 23890.1170448606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Ioseph Kim" <pgsql-kr(at)postgresql(dot)or(dot)kr> writes:
> => select @-@ lseg '((0,0),(1,0))';
> ?column?
> ----------
> 1
> (1 row)

> => select @-@ path '((0,0),(1,0))';
> ?column?
> ----------
> 2
> (1 row)

> It's maybe bug in v8.2.1

What do you think is wrong with those answers?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-02 20:57:01 Re: Referential Integrity and SHARE locks
Previous Message Simon Riggs 2007-02-02 20:19:44 Re: Referential Integrity and SHARE locks