problem of geometric operator in v8.2.1

From: "Ioseph Kim" <pgsql-kr(at)postgresql(dot)or(dot)kr>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: problem of geometric operator in v8.2.1
Date: 2007-02-02 18:33:19
Message-ID: 001101c746f8$9cf341d0$1e00a8c0@IDC
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=> 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2007-02-02 18:35:05 Re: Referential Integrity and SHARE locks
Previous Message Kate F 2007-02-02 17:35:36 Re: Function proposal to find the type of a datum