Re: spanish locale question - Mailing list pgsql-general

From Tom Lane
Subject Re: spanish locale question
Date
Msg-id 8396.1336152711@sss.pgh.pa.us
Whole thread Raw
In response to Re: spanish locale question  (Al Eridani <al.eridani@gmail.com>)
Responses Re: spanish locale question
List pgsql-general
Al Eridani <al.eridani@gmail.com> writes:
> What Tulio is saying is that 'leon' and 'le�n' are the same thing from
> the point of view of sorting in Spanish, but his PostgreSQL seems to
> think that 'leon' goes before 'le�n'.

Postgres never considers that two distinct strings are "equal".  If the
locale setting considers these equal (which isn't entirely clear from
the given evidence), PG would then sort them on the basis of their
character code values.

A possible workaround if you need to consider them equal is to strip the
accents before sorting (ie, something like "ORDER BY to_ascii(col)") but
this may well throw away more information than you want ...

            regards, tom lane

pgsql-general by date:

Previous
From: leaf_yxj
Date:
Subject: How to know there is any ODBC Driver installed in the Linux redhat 5.7 server? Thanks
Next
From: Ben Chobot
Date:
Subject: Re: .pgpass not working