Using upper() with Greek characters - Mailing list pgsql-cygwin

From Panagiotis Piperopoulos
Subject Using upper() with Greek characters
Date
Msg-id 20031121160621.B00FED1D570@svr1.postgresql.org
Whole thread Raw
Responses Re: Using upper() with Greek characters
List pgsql-cygwin
Hello.
 
I am new to postgres. I installed 7.3 on a windowsXP machine (I used PgSQL731wina1.exe).
I create a database with Greek encoding iso-8859-7.
 
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
 
can anyone help me with this problem
 
Thank you,
    Panagiotis

pgsql-cygwin by date:

Previous
From: John K
Date:
Subject: Re: Updated Cygwin Package: postgresql-7.4-1
Next
From: Peter Eisentraut
Date:
Subject: Re: Using upper() with Greek characters