BUG #1752: Problema al insertar TIME - Mailing list pgsql-bugs

From Luis Guevara
Subject BUG #1752: Problema al insertar TIME
Date
Msg-id 20050704194852.28C2AF0B09@svr2.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1752
Logged by:          Luis Guevara
Email address:      luisguevaraa@hotmail.com
PostgreSQL version: 8.0
Operating system:   Linux Suxe
Description:        Problema al insertar TIME
Details:

Usando el cliente EMS Postgesql ejecuto lo siguiente:

INSERT INTO "public"."expediente" ("expe_id", "expe_origen", "expe_tipo",
"expe_fecha", "expe_hora") VALUES  (8,2,0,'08/06/2005','09:20:13 a.m.');

Y obtengo el siguiente error:

/* Error : "ERROR:  invalid input syntax for type time: "09:20:13 a.m."" */

Si ejecuto lo mismo pero en un servidor postgres 8.0 instalado en windowsXP
todo funciona correctamente e inserta los datos.

¿Cual puede ser el problema?

pgsql-bugs by date:

Previous
From: "Garrett Heaver"
Date:
Subject: BUG #1751: pg_restore bug
Next
From: olav@venus.jordforsk.no (Hans Olav Eggestad)
Date:
Subject: extract epoch bug