From: | Guillermo Muñoz <guillermo(dot)munoz(at)grupotekne(dot)com(dot)ar> |
---|---|
To: | lopezj(at)santillana(dot)com(dot)co |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: timestamp out of range |
Date: | 2007-09-21 19:45:09 |
Message-ID: | 009201c7fc87$eb92cf00$2601010a@gg07030802 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Te adjunto el link de la documentacion de pgadmin de la compatibilidad con informix
http://pgadmin.org/docs/1.6/pg/ecpg-informix-compat.html
espero te sirva
Saludos
----- Original Message -----
From: Jimmy Lopez
To: 'Alvaro Herrera' ; 'Guillermo Muñoz'
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Sent: Friday, September 21, 2007 4:34 PM
Subject: RE: [pgsql-es-ayuda] timestamp out of range
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.
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.28/1021 - Release Date: 21/09/2007 02:02 p.m.
From | Date | Subject | |
---|---|---|---|
Next Message | Moises Alberto Lindo Gutarra | 2007-09-21 19:57:31 | Re: RES: Ayuda tuning PG 8.24 |
Previous Message | ARMIJO SEVERINO, CARLOS | 2007-09-21 19:39:09 | RE: URGENTE |