Обсуждение: PostgreSQL 6.4 like bug(?)

Поиск
Список
Период
Сортировка

PostgreSQL 6.4 like bug(?)

От
Oleg Broytmann
Дата:
Hello!
  Continuing getting bug reports...  This guy see the same error on FreeBSD 2.2.5, pgsql 6.4. He reports
6.3.2 didn't have the problem...

Oleg.
----  Oleg Broytmann     http://members.tripod.com/~phd2/     phd2@earthling.net          Programmers don't die, they
justGOSUB without RETURN.
 

---------- Forwarded message ----------
Date: Sat, 19 Dec 1998 18:39:49 +1200
From: Vladimir Dobrokhotov <dvs@rybvod.kamchatka.su>
To: phd@sun.med.ru
Subject: PostgreSQL 6.4 like bug(?)

Date: Mon, 14 Dec 1998 16:37:29 +0300 (MSK)
From: Oleg Broytmann <phd@sun.med.ru>
Subject: Re: [GENERAL] Re: locale in postgresql
>   test=> select * from test;
>   name
>   ----
>   abc
>   bca
>   cab
>   (3 rows)
>
>   test=> select * from test where name like 'a%';
>   name
>   ----
>   (0 rows)]
>

К сожалению, у меня та же проблема
и я не понял как ее решить.
Я использую FreeBSD 225 и postgrteSQL 6.4.

Я веду отраслевую базу данных и в связи
с вышеупомянутым возникли серьезные проблемы
при переходе на 6.4 - в 6.3.2 этой проблемы не было.

Это bug или я что-то не так сделал?
(И при чем здесь locale?).

С уважением,
Владимир Доброхотов,
Камчатрыбвод.
dvs@rybvod.kamchatka.su,
root@orrserv.rybvod.kamchatka.su





Re: [HACKERS] PostgreSQL 6.4 like bug(?)

От
"Thomas G. Lockhart"
Дата:
>    Continuing getting bug reports...
>    This guy see the same error on FreeBSD 2.2.5, pgsql 6.4. He reports
> 6.3.2 didn't have the problem...

I cannot reproduce this. Is the database compiled with MultiByte
support? Mine is not...
                      - Tom


Re: [HACKERS] PostgreSQL 6.4 like bug(?)

От
Oleg Broytmann
Дата:
Hi!

On Tue, 22 Dec 1998, Thomas G. Lockhart wrote:
> >    This guy see the same error on FreeBSD 2.2.5, pgsql 6.4. He reports
> > 6.3.2 didn't have the problem...
> 
> I cannot reproduce this. Is the database compiled with MultiByte
> support? Mine is not...
  I don't think so. Cyrillic locale is not multibyte.

Oleg.
----    Oleg Broytmann  National Research Surgery Centre  http://sun.med.ru/~phd/          Programmers don't die, they
justGOSUB without RETURN.