Jaime Casanova <systemguards(at)yahoo(dot)com> writes:
> => select to_ascii('Jimnez');
> will retrieve 'Jimenez' at least it works on Latin1
> encoding.
> Why it not work on Latin9,
Probably because it hasn't got a table for Latin9. Feel free to
contribute one --- see src/backend/utils/adt/ascii.c.
regards, tom lane