interval's and printing...

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема interval's and printing...
Дата
Msg-id 15210000.1056229630@lerlaptop.lerctr.org
обсуждение исходный текст
Ответы Re: interval's and printing...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: interval's and printing...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Why does the interval type not print seconds when they are zero?

This leads to inconsistent reading of the information.

7.3.3:

ler=# select '13 minutes'::interval;interval
----------00:13
(1 row)

ler=# select '13 minutes 1 second'::interval;interval
----------00:13:01
(1 row)

ler=#

I noticed this when I loaded the data from my long distance company into
a PG database.


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Swan
Дата:
Сообщение: Re: Two weeks to feature freeze
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: Two weeks to feature freeze