Re: make_interval ??

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: make_interval ??
Дата
Msg-id 52B4CE0F.7010300@archidevsys.co.nz
обсуждение исходный текст
Ответ на Re: make_interval ??  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
On 21/12/13 06:29, Josh Berkus wrote:
> Pavel,
>
>> So constructor should to look like:
>>
>> CREATE OR REPLACE FUNCTION make_interval(years int DEFAULT 0, months int
>> DEFAULT 0, ...)
>>
>> and usage:
>>
>> SELECT make_interval(years := 2)
>> SELECT make_interval(days := 14)
>>
>> Is there a interest for this (or similar) function?
> It would certainly make our Python users happy.
>
> And for that matter would get rid of this kind of stupid thing in stored
> procedure code:
>
> time_ahead := ( interval '1 minute' * var_skip );
>
> So, +1 for the feature.
>
What about leap years?

Cheers,
Gavin




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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: nested hstore patch