Re: [GENERAL] Re: locale in postgresql

From: Tamas Nyitrai <defiant(at)telnet(dot)hu>
To: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Re: locale in postgresql
Date: 1998-12-14 21:39:48
Message-ID: Pine.LNX.3.96.981214215934.475j-100000@defiant.telnet.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 14 Dec 1998, Oleg Broytmann wrote:

> > test=> select * from test where name like 'a%';
> > name
> > ----
> > (0 rows)]
> >
> >
> > Has anyone else seen such a locale-based problem?
>
> Works fine for me with 6.4 on 2 platforms:
> (Sun Solaris 2.5.1, locale=koi8-r (unix cyrillic))
> (x86 Debian 2.0, locale=koi8-r)

Hi Oleg,

If I set the LANG variable to koi8-r or to any other values, then the
above select fails. :(

The system I use is a x86 Debian 2.1, it seems that this error has
something to do with libc6-2.0.7u, rather then postgresql.

Regards,
Tamas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Hopper 1998-12-14 21:59:13 Newbie question: Does PostgreSQL have stored procedures?
Previous Message The Hermit Hacker 1998-12-14 20:32:54 Re: [GENERAL] Row Level Locking, On-line Recovery