PostgreSQL 6.4 like bug(?)

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PostgreSQL 6.4 like bug(?)
Date: 1998-12-21 10:24:42
Message-ID: Pine.SOL2.3.96.SK.981221132251.28543E-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

Continuing getting bug reports...
This guy see the same error on FreeBSD 2.2.5, pgsql 6.4. He reports
6.3.2 had no the problem...

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

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

Date: Mon, 14 Dec 1998 16:37:29 +0300 (MSK)
From: Oleg Broytmann <phd(at)sun(dot)med(dot)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(at)rybvod(dot)kamchatka(dot)su,
root(at)orrserv(dot)rybvod(dot)kamchatka(dot)su

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-12-21 10:42:38 Re: [HACKERS] Is this a bug? or am I doing some thing wrong?
Previous Message Bruce Momjian 1998-12-20 19:03:45 Re: [HACKERS] SELECT DISTINCT i FROM dtest ORDER BY j