Problem with TIME datatype

From: "shura" <shura(at)crlab(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Problem with TIME datatype
Date: 2003-03-05 06:43:35
Message-ID: 000701c2e2e2$8c1bbeb0$6800a8c0@shura
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hello,

I create a table

CREATE TABLE test
(
time_f TIME(7)
)

Table was created succesffull

INSERT INTO test VALUES ('16:28:45.1234567')

Row was added

When I try
SELECT * FROM test
I get following output for time_f field
00:00:00

Same result i has for all precisions greate than six,
and for TIME WITH TIME ZONE data type I has the
same effect.

I use PostgreSQL 7.3

I try this on Cygwin 1.3-18 and
on Linux RedHat 6.2

My building and runtime options has default values.

Best regards,
Alexander.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Edoardo Panfili 2003-03-05 09:59:06 reload of shared library
Previous Message A.Bhuvaneswaran 2003-03-05 05:25:53 Re: Installtion error