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  (Pavel Stehule <pavel.stehule@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: column "b" is of type X but expression is of type text