From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Genaro Burgos Sepulveda <agebuse(at)hotmail(dot)com> |
Cc: | pgsql-es-ayuda-postgresql(dot)org(at)postgresql(dot)org |
Subject: | Re: Ayuda al hacer insert..error equal |
Date: | 2006-09-30 20:19:43 |
Message-ID: | 20060930201943.GD20466@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Genaro Burgos Sepulveda escribió:
> Hola.ojala me puedan ayudar ,,estoy realizando una insercion en postgresql
> 8.1 desde php, pero al hacerlo me arroja el siguiente error.-
>
> Consulta fallida: ERROR: Unicode characters greater than or equal to
> 0x10000 are not supported
>
> si capturo lo que se va para la consulta
>
> insert into profesor values ('juan','perez','piña','111-1','gas'
> ,1,1,'rejas','hualpen','conce','w')
Tu client_encoding es incorrecto. Probablemente debas setearlo a
'latin1' o 'latin9'.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2006-09-30 20:21:52 | Re: Ayuda con base de datos de busquedas |
Previous Message | Mario Gonzalez ( mario__ ) | 2006-09-30 19:39:53 | Re: CONFIGURACION PARA CONEXIONES REMOTAS POSTGRESQL |