From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Carlos Alberto Silva <casxxi(at)yahoo(dot)com(dot)ar> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: SOT: Mensaje de PostgreSQL |
Date: | 2009-11-11 00:19:48 |
Message-ID: | 20091111001948.GP3798@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Carlos Alberto Silva escribió:
> ReynierPM escribió:
> >Database encoding
> >The database bacula_db is created to store data using the
> >SQL_ASCII encoding. This encoding is defined for 7 bit characters
> >only; the meaning of characters with the 8th bit set (non-ASCII
> >characters 127-255) is not defined. Consequently, it is not
> >possible for the server to convert the data to other encodings.
> >If you're storing non-ASCII data in the database, you're strongly
> >encouraged to use a proper database encoding representing your
> >locale character set to take benefit from the automatic conversion
> >to different client encodings when needed.
> >
> pero ... yo tengo hace años varias bases en SQL_ASCII y tengo
> acentos y eñes ...
sí, funciona, siempre y cuando todas las aplicaciones usen la misma
codificación. Fíjate que el mensaje de arriba no dice que no se pueden
almacenar, sino que "no es posible convertir los datos a otras
codificaciones".
--
Alvaro Herrera Vendo parcela en Valdivia: http://rie.cl/?a=255568
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)
From | Date | Subject | |
---|---|---|---|
Next Message | walter nacho | 2009-11-11 13:23:45 | INSTALAR POSTGRES 8.1 Y POSTGIS 1.1 EN SOLARIS 10 |
Previous Message | Alvaro Herrera | 2009-11-11 00:17:54 | Re: Problema con shared buffers and SHMMAX |