Re: select distinct error ?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Henrik Steffen <steffen(at)city-map(dot)de>
Cc: pg <pgsql-general(at)postgresql(dot)org>, Snke Ruempler <soenke(at)ruempler(dot)de>
Subject: Re: select distinct error ?
Date: 2002-07-25 15:55:40
Message-ID: 20020725082306.S48415-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 25 Jul 2002, Henrik Steffen wrote:

> select distinct foo from bar where foobar like 'foobar%';
>
> gives:
>
> foo
> --------
> 090700
> 090701
> 090702
> 090700
> (4 rows)
>
> foo is character(6)
>
> How can this happen??

Do you have a simple dataset that you can replicate this with
that you can send a dump of (tables, data). Also, what version
and what locale are you running with?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2002-07-25 15:57:37 Re: erserver
Previous Message Stephan Szabo 2002-07-25 15:52:50 Re: Problematic Index Scan