Penty Wenngren <penty.wenngren@dgc.se> writes:
> On Thu, Nov 08, 2007 at 05:21:17PM -0500, Tom Lane wrote:
>> I suspect you are working in a locale that doesn't think à is a
>> letter --- check lc_ctype.
> It doesn't seem to make any difference. The first try was done from a
> terminal that didn't care much for UTF-8, but that is fixed now and I
> still get the same result.
It sorta looks to me like you only changed the locale of your terminal
session. Changing the database's locale requires re-initdb. What
does "show lc_ctype" show within Postgres?
regards, tom lane