From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Lennin Caro <lennin(dot)caro(at)yahoo(dot)com> |
Cc: | POSTGRESQL - Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>, hmiranda(at)gmail(dot)com, I(dot)N(dot)T(dot) - Programación <dpto(dot)programacion(at)grupo-int(dot)com> |
Subject: | Re: Re: [Fwd: Re: [pgsql-es-ayuda] Codificación de BBDD] |
Date: | 2009-03-26 18:45:42 |
Message-ID: | 20090326184542.GE11993@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Lennin Caro escribió:
> --- On Thu, 3/26/09, "I.N.T. - Programación" <dpto(dot)programacion(at)grupo-int(dot)com> wrote:
>
> > From: "I.N.T. - Programación" <dpto(dot)programacion(at)grupo-int(dot)com>
> > Subject: [Fwd: Re: [pgsql-es-ayuda] Codificación de BBDD]
> > To: "POSTGRESQL - Ayuda" <pgsql-es-ayuda(at)postgresql(dot)org>, hmiranda(at)gmail(dot)com
> > Date: Thursday, March 26, 2009, 12:26 PM
> > La variable de ambiente la ha de establecer el administrador
> > del sistema ó lo puedo hacer yo desde pg_admin?
> >
> > export LANG=es_ES.UTF8
>
> La debes de definir desde el SO, la puedes asignar con una cuenta de
> administrador del sistema o con el mismo usuario postgre del sistema
> operativo
No es necesario; puedes darle el locale a initdb para cambiar la
codificacion. No necesitas especificar ni cambiar ninguna variable de
ambiente. Algo así:
initdb --locale=es_ES.utf8
Observa que en Windows los locales tienen nombres diferentes, como
initdb --locale=Spanish_Spain.CP65001
o algo por el estilo (65001 es "utf8" si mal no recuerdo)
--
Alvaro Herrera http://www.amazon.com/gp/registry/DXLWNGRJD34J
"There is evil in the world. There are dark, awful things. Occasionally, we get
a glimpse of them. But there are dark corners; horrors almost impossible to
imagine... even in our worst nightmares." (Van Helsing, Dracula A.D. 1972)
From | Date | Subject | |
---|---|---|---|
Next Message | Emanuel Calvo Franco | 2009-03-26 19:01:22 | Fix/Review doc en la wiki |
Previous Message | Lennin Caro | 2009-03-26 18:28:32 | Re: Lentitud en la conexion |