Re: Using upper() with Greek characters

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Panagiotis Piperopoulos <panagiotis(at)cgsoft(dot)gr>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Using upper() with Greek characters
Date: 2003-11-24 19:06:28
Message-ID: Pine.LNX.4.44.0311242005550.21306-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Panagiotis Piperopoulos writes:

> The sql queries
> SELECT upper(aField) FROM aDatabase
> or
> SELECT lower(aField) FROM aDatabase
>
> work ok with US characters but for the Greek characters no conversion is
> made

You would need to set the appropriate locale as well, but Cygwin doesn't
support locales, so you're out of luck.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-11-24 21:05:01 Re: Updated Cygwin Package: postgresql-7.4-1
Previous Message Jason Tishler 2003-11-24 17:14:20 Re: Postgresql as service on domain controller