Re: BUG #1530: search on uuid indexed article returns no resultat

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Avram" <bogdan(dot)avram(at)ulpmm(dot)u-strasbg(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1530: search on uuid indexed article returns no resultat
Date: 2005-03-14 05:59:51
Message-ID: 5326.1110779991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Avram" <bogdan(dot)avram(at)ulpmm(dot)u-strasbg(dot)fr> writes:
> The SELECT command using a 'uuid' field indexed with pk_situation returns no
> result. The error dissapear after the backup and the restore of the database
> or after deleting the index.

There is no uuid datatype in the standard Postgres distribution. I
suppose this is a bug in uuid's comparison routines; I suggest reporting
it to wherever you got the uuid datatype from.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2005-03-14 06:12:53 Re: [BUGS] We are not following the spec for HAVING without GROUP
Previous Message Tom Lane 2005-03-14 05:53:16 Re: BUG #1533: "*OLD*" relation not recognized in CREATE RULE