Re: From latin9 to sql_ascii??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jaime Casanova <systemguards(at)yahoo(dot)com>
Cc: admin pgsql <pgsql-admin(at)postgresql(dot)org>
Subject: Re: From latin9 to sql_ascii??
Date: 2004-12-13 22:20:39
Message-ID: 28628.1102976439@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-patches

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Deepak Vohra 2004-12-13 22:29:26 Please Unsubscribe from PostgreSQL listing
Previous Message Tom Lane 2004-12-13 22:18:09 Re: preventing the effective fork bomb when restarting a high traffic server?

Browse pgsql-patches by date

  From Date Subject
Next Message kris.shannon 2004-12-13 22:25:52 Re: [PATCHES] 8.0.0beta5 FailedAssertion (Crash) when casting composite types
Previous Message hyip 2004-12-13 22:20:01 Re: Optional REFERENCES Feature in CREATE TRIGGER Command