Operator <> for lseg,lseg bug

Поиск
Список
Период
Сортировка
От Guido Weber
Тема Operator <> for lseg,lseg bug
Дата
Msg-id Pine.SGI.3.94.981028132859.29245A-100000@castor
обсуждение исходный текст
Ответы Re: [SQL] Operator <> for lseg,lseg bug  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-sql
Hi

I was testing some things with the geometric datatype in Postgres (6.3)
and got some results out of selects that I did not expect. Doing a \do
in psql gave me:

<--SNIP-->
<>   |bool     |float8    |float8    |not equal
<>   |bool     |int2      |int2      |not equal
<>   |bool     |int4      |int4      |not equal
<>   |bool     |lseg      |lseg      |equals
<>   |bool     |money     |money     |not equal
<>   |bool     |name      |name      |not equal
<>   |bool     |oid       |oid       |not equal
<--SNIP-->

This looks like a wrong entry in one of the system tables. Any ideas which
one it is, and how to correct this ?

Thanks
  Guido

-------------------------------------------------------------------------
| Guido Weber                      |  STN Atlas Elektronik GmbH, SLE3   |
| Tel.: +49/421/457-4076           |  Sebaldsbruecker Heerstr. 235      |
| Fax :            -3578           |  D-28305 Bremen                    |
| email: weber.guido@stn-atlas.de  |  Germany                           |
-------------------------------------------------------------------------


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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [SQL] Joining bug????
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] Operator <> for lseg,lseg bug