Time format ? (Really microsecond ??) - Mailing list pgsql-hackers

From Philippe Rochat (RSR: 318 17 93)
Subject Time format ? (Really microsecond ??)
Date
Msg-id 362F0AEF.839F5A17@lbdsun.epfl.ch
Whole thread Raw
List pgsql-hackers
Hello, I'm trying to use microseconds in a field time:
siranau=> create table toto ( a time );
CREATE
siranau=> insert into toto values ('00:10:45.56');
INSERT 61641 1
siranau=> select * from toto;
a
--------
00:10:45
(1 row)

As you can see, I cannot get the microseconds value.

Something more problematic is the following:
% pg_dump -t toto siranau
\connect - siranau
CREATE TABLE toto (a time);
COPY toto FROM stdin;
00:10:45
\.

As you can see, microseconds values are lost !

Ph.R.

--
_____________________________________________________________________
Philippe Rochat,                EPFL   DI-LBD
Database Laboratory                 CH-1015 LAUSANNE
Swiss Federal Institute of Technology (EPFL)     tel:++41 21 693 52 53
Beep-EPFL: 181 4644                fax:++41 21 693 51 95
Private: Grammont, 9 1007 LAUSANNE         tel:++41 21 617 03 05
mailto:Philippe.Rochat@epfl.ch, http://lbdwww.epfl.ch/~prochat

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] psql \d command
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] CVS Branch Tagging...