Time format ? (Really microsecond ??)

Поиск
Список
Период
Сортировка
От Philippe Rochat (RSR: 318 17 93)
Тема Time format ? (Really microsecond ??)
Дата
Msg-id 362F0AEF.839F5A17@lbdsun.epfl.ch
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] psql \d command
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] CVS Branch Tagging...