| From: | Gilberto Castillo Martínez <gilberto(dot)castillo(at)etecsa(dot)cu> |
|---|---|
| To: | Lista - PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org> |
| Cc: | numael vacca <numaelvacca(at)gmail(dot)com> |
| Subject: | Re: Ayuda encoding |
| Date: | 2011-10-04 15:14:34 |
| Message-ID: | 1317741274.31533.12.camel@gilbertoc.mtcorp.etecsa.cu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
El mar, 04-10-2011 a las 10:10 -0500, numael vacca escribió:
> Hola a todos !!!
>
>
> Mi problema es el siguiente, estoy utilizando postgresql 8.2 con
> encodign LATIN1, y ahora quiero migrar a Postgresql 9.1
> pero cuando intento crear la base de datos con
> CREATE DATABASE nombre WITH ENCODING='LATIN1'
> me da error
Dejo este ejemplo de Alvaro cuando tratamos ese tema con anterioridad.
alvherre=# create database bar encoding 'latin1' template template0
lc_ctype = 'es_CL' lc_collate = 'es_CL';
CREATE DATABASE
--
Saludos,
Gilberto Castillo
Edificio Beijing. Miramar Trade Center. Etecsa.
Miramar, La Habana.Cuba.
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 179 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2011-10-04 15:31:07 | Re: Ayuda encoding |
| Previous Message | numael vacca | 2011-10-04 15:10:09 | Ayuda encoding |