Re: Fwd: BUG #1972: index error with space character - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Fwd: BUG #1972: index error with space character
Date
Msg-id 16415.1129688214@sss.pgh.pa.us
Whole thread Raw
In response to Fwd: BUG #1972: index error with space character  (Eduardo RBS <edurbs@gmail.com>)
List pgsql-bugs
Eduardo RBS <edurbs@gmail.com> writes:
> I need a locate that not ignores the space chracater and also sort
> accents like á or ã.

I'm afraid you'll have to learn how to build your own locale definition.
AFAIK, the "C" locale is the *only* common locale in which spaces aren't
second-class citizens.

I know that it is possible to write your own locale definition, but
this is not the place to ask about how.  Try a glibc support forum.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Eduardo RBS
Date:
Subject: Fwd: BUG #1972: index error with space character
Next
From: Anand Kumria
Date:
Subject: SIGSEGV in Postgres 8.0.3 (libpq4)