Re: proposal: simple date constructor from numeric values

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal: simple date constructor from numeric values
Дата
Msg-id CAFj8pRC7cMKrBN9k=ZUuCziWbCq6de29FTZRPP8wFMdCSOeRsg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: simple date constructor from numeric values  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: proposal: simple date constructor from numeric values  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: proposal: simple date constructor from numeric values  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers
Hello

2013/7/12 Peter Eisentraut <peter_e@gmx.net>:
> 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

fixed - see attached patch

Regards

Pavel

>

Вложения

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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: [Review] Re: minor patch submission: CREATE CAST ... AS EXPLICIT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: ecpg prototype mismatch