From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Cristian Saavedra" <cristian(dot)aquii(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: utf8_to_ascii |
Date: | 2006-06-07 03:53:59 |
Message-ID: | c2d9e70e0606062053h38f39e34m4c77dc3e310a0949@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
> Ahora trato de utilizar la funcion.
>
> usando un statement sencillo
>
> select loc_id_n,utf8_ascii(loc_name_s) from location where loc_id_n=62978
>
> SQL error:
>
> ERROR: function utf8_ascii(character varying) does not exist
> HINT: No function matches the given name and argument types. You may
> need to add explicit type casts.
>
> In statement:
> select loc_id_n,utf8_ascii(loc_name_s) from location where loc_id_n=62978;
>
> Asumo que el error debe ser algo bien basico, pero no he podido
> encontrarlo, alguien tiene sugerencias?
>
no era utf8_to_ascii?
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Alejandro Gasca | 2006-06-07 05:09:33 | Re: problema indice |
Previous Message | Jaime Casanova | 2006-06-07 00:14:43 | Re: Dominios |