Re: algo sobre fechas

From: Espartano <espartano(dot)mail(at)gmail(dot)com>
To: José Fermín Francisco Ferreras <josefermin54(at)hotmail(dot)com>
Cc: postgres <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: algo sobre fechas
Date: 2007-09-25 23:41:14
Message-ID: d353bd50709251641g7d5053c3je58a5904650be738@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El 25/09/07, José Fermín Francisco Ferreras <josefermin54(at)hotmail(dot)com> escribió:
>
> Buenas noches.
>
> Tengo la siguiente:
> tabla: prueba
> columnas: id serial, nombre varchar(30), fecha date
>
> entonces hago el siguiente insert:
>
> insert into prueba
> values(default, 'María', '01-12-31'); -- el valor para fecha que quiero
> decir es 31 de diciembre de 2001
>
> me aparece lo siguiente:
> id nombre fecha
> 1 María 2031-01-12 -- osea 12 de enero de 2031
>
> Por que ocurre eso??

porque tienes mal configurado tu date style, no mal configurado, mas
bien lo tienes para otro formato del que espesificas.

>
> Para la hacer esa prueba use PostgreSQL 8.2.4, windows xp en español
>
>
>
> <html><div>ing. José Fermín Francisco Ferreras
> <BR>San Francisco de Macorís, Rep. Dom.
> <BR></div></html>
>
> ________________________________
> Se uno de los primeros en probar Windows Live Mail. Windows Live Mail.

--
"Linux is for people who hate Windows, BSD is for people who love UNIX".
"Social Engineer -> Because there is no patch for human stupidity"
"The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
mount ; fsck ; more ; yes ; umount ; sleep."
"Documentation is like sex: when it is good, it is very, very good;
and when it is bad, it is better than nothing."

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jorge A. Barzola Rosadio 2007-09-26 00:20:21 Migrar de SQL a PG 8.2
Previous Message José Fermín Francisco Ferreras 2007-09-25 23:33:50 algo sobre fechas