Rolf Johansson <[EMAIL PROTECTED]> writes:
> When I do a SELECT xx FROM xx WHERE xx >= 'Å' in psql, it returns lines where
> xx is starting with "A". With "Ö", it returns lines where xx starts with "O".
> I've tried to set LC_ALL to sv_SE or swedish, nothing happens.
Don't forget that the contro
I'm running PostgreSQL 7.0.3 on RedHat 7.0 eng.
In the database I have several lines of data beginning with "Å", "Ä" or "Ö"
(swedish special characters).
When I do a SELECT xx FROM xx WHERE xx >= 'Å' in psql, it returns lines where
xx is starting with "A". With "Ö", it returns lines where xx star