RE: timestamp out of range

From: "Jimmy Lopez" <lopezj(at)santillana(dot)com(dot)co>
To: "'Alvaro Herrera'" <alvherre(at)commandprompt(dot)com>, '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:34:47
Message-ID: 003c01c7fc86$79f0f440$d560890a@JimmyLopez
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola..

Me pueden ayudar a configurar al pgadmin a informix,, cuales son los
parámetros...

Gracias

Jimmy Lopez
-----Mensaje original-----
De: Alvaro Herrera [mailto:alvherre(at)commandprompt(dot)com]
Enviado el: Viernes, 21 de Septiembre de 2007 02:29 p.m.
Para: Guillermo Muñoz
CC: pgsql-es-ayuda(at)postgresql(dot)org
Asunto: Re: [pgsql-es-ayuda] timestamp out of range

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.
--
TIP 1: para suscribirte y desuscribirte, visita
http://archives.postgresql.org/pgsql-es-ayuda

Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.16/1005 - Release Date: 13/09/2007
11:45 a.m.

Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.16/1005 - Release Date: 13/09/2007
11:45 a.m.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message ARMIJO SEVERINO, CARLOS 2007-09-21 19:39:09 RE: URGENTE
Previous Message Alvaro Herrera 2007-09-21 19:29:09 Re: timestamp out of range