Re: problem with distinct not distincting...

Поиск
Список
Период
Сортировка
От Chris Angelico
Тема Re: problem with distinct not distincting...
Дата
Msg-id CAPTjJmo6=Qa2BXOL2YsAFnBQmUvhMRH1q25HonwMQz+NRaT5rg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: problem with distinct not distincting...  (John Beynon <john@kyan.com>)
Список pgsql-general
On Thu, Oct 18, 2012 at 2:32 AM, John Beynon <john@kyan.com> wrote:
> I just managed to solve the problem infact.
>
> The trailing 'e' character on the name was different for one row. All
> my tools, (pgadmin and the source data in openoffice) showed the same
> 'e' character but psql showed it as different character...
>
> Thanks for all taking the time to read / answer. It stumped me for a while!

Cool! That's where the sanity check Merlin suggested comes in really
handy. You can manually key in what you think it's showing, and
compare with the two rows:

sikorsky@sikorsky:~$ psql -c "select md5('Roaccutane')"
               md5
----------------------------------
 70f818454267c719ed612f50fe563f64
(1 row)

Anything that shows a different hash is clearly different... somehow.

ChrisA


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

Предыдущее
От: "Daniel Serodio (lists)"
Дата:
Сообщение: Re: allow servers to access to the same data
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: allow servers to access to the same data