Re: proposal: simple date constructor from numeric values

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: proposal: simple date constructor from numeric values
Дата
Msg-id 51E01CAB.9000201@gmx.net
обсуждение исходный текст
Ответ на Re: proposal: simple date constructor from numeric values  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: proposal: simple date constructor from numeric values
Список pgsql-hackers
There is a small inconsistency:

select time '12:30:57.123456789';

gives

12:30:57.123457

but

select make_time(12, 30, 57.123456789);

gives

12:30:57.123456




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