Re: RFC: i18n2ascii(TEXT) stored procedure

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: Michael A Nachbaur <mike(at)nachbaur(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: RFC: i18n2ascii(TEXT) stored procedure
Date: 2003-09-26 00:06:07
Message-ID: m34qz0pg5s.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Michael A Nachbaur <mike(at)nachbaur(dot)com> writes:

> b) is there a better and/or faster way of implementing this? I
> don't want searches to bog down (at least too badly) as a result of
> this.

Use to_ascii(text),

masm=# select to_ascii('áéíóú');
to_ascii
----------
aeiou
(1 row)

Regards,
Manuel.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-09-26 00:34:46 Re: tsearch2 question
Previous Message Michael A Nachbaur 2003-09-26 00:01:49 Re: RFC: i18n2ascii(TEXT) stored procedure