Re: Ayuda al hacer insert..error equal
- 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: Sat, 30 Sep 2006 16:19:43 -0400
- Message-id: <20060930201943(dot)GD20466(at)alvh(dot)no-ip(dot)org>
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
Home |
Main Index |
Thread Index