From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Guillermo Muñoz <guillermo(dot)munoz(at)grupotekne(dot)com(dot)ar> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: timestamp out of range |
Date: | 2007-09-21 19:29:09 |
Message-ID: | 20070921192909.GT5947@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Guillermo Muñoz escribió:
> Estructura de los campos
> f_nac character varying(10),
> show datestyle;
> "ISO, MDY"
> show integer_datetimes;
> "off"
> select ctid, '{' || f_nac || '}', trim(f_nac),
> trim(f_nac)::timestamp without time zone,trim(f_nac)::date
> from afi301 where f_nac like '1983%';
>
> 1ra ejecucion:
> (200,3);"{1983-04-05}";"1983-04-05";"1983-04-05 00:00:00";"1983-04-05"
> (200,18);"{1983-09-12}";"1983-09-12";"1999-12-31 -142896:00:00";"1983-09-12"
> (201,16);"{1983-08-23}";"1983-08-23";"1983-08-23 00:00:00";"1983-08-23"
> (202,9);"{1983-06-07}";"1983-06-07";"1983-06-07 00:00:00";"1983-06-07"
Hmm, ok. ¿Puedes reproducir este problema si haces la consulta
directamente en psql? Porque me da la impresión de que estás usando
ODBC o algo así.
La pregunta es debido a que tengo mis dudas si el bug está en Postgres o
bien es un problema del driver ODBC, o el driver que sea.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Jimmy Lopez | 2007-09-21 19:34:47 | RE: timestamp out of range |
Previous Message | alejandrob | 2007-09-21 18:49:53 | Fw: Replicacion |