BUG #1681: Selection problem

From: "fremaux" <benjamin(dot)fremaux(at)sofrecom(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1681: Selection problem
Date: 2005-05-26 13:50:44
Message-ID: 20050526135044.5B6FFF0B0C@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1681
Logged by: fremaux
Email address: benjamin(dot)fremaux(at)sofrecom(dot)com
PostgreSQL version: 7.2.2
Operating system: Linux kernel 2.4.6.19-mdk
Description: Selection problem
Details:

following query :
SELECT list.group_artifact_id, list.name
FROM artifact_group_list list
WHERE (list.group_artifact_id=167)

returns 2 lines where the first list.group_artifact_id equals "165". The
problem is that the only lines that have to be returned are the ones with
list.group_artifact_id=167

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2005-05-26 15:10:14 Re: creating users
Previous Message shd 2005-05-26 08:32:09 creating users