Re: BUG #14850: Implement optinal additinal parameter for 'justify' date/time function

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: kes-kes(at)yandex(dot)ru
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14850: Implement optinal additinal parameter for 'justify' date/time function
Date: 2017-10-11 14:11:23
Message-ID: CAFj8pRCCaM-=YJ-ksMqjb2=sW=7XbGuP0e8JJPx0sg9gMYWAbA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general pgsql-hackers

Hi

2017-10-11 12:35 GMT+02:00 <kes-kes(at)yandex(dot)ru>:

> The following bug has been logged on the website:
>
> Bug reference: 14850
> Logged by: Eugen Konkov
> Email address: kes-kes(at)yandex(dot)ru
> PostgreSQL version: 10.0
> Operating system: Linux mint 18: Linux work 4.4.0-57-generic #78-Ubu
> Description:
>
> Hi. I try to do next math:
>
> select extract( month from justify_days( timestamp '2016-01-31' +interval
> '1
> month' -timestamp '2016-01-31') );
> date_part
> -----------
> 0
> (1 row)
>
> I expect `1` but get `0`. But here everything is right:
>
> >Adjust interval so 30-day time periods are represented as months
>
> https://www.postgresql.org/docs/9.6/static/functions-datetime.html
>
> But with ability to setup justify date the math will be more sharp.
>
> Please implement next feature:
>
> select extract( month from justify_days( timestamp '2016-01-31' +interval
> '1
> month' -timestamp '2016-01-31'), timestamp '2016-01-31' );
> date_part
> -----------
> 1
> (1 row)
>
> This is useful when I try to calculate how much month are left between
> service start and end dates.
>

This is not the bug, so pgsql-hackers, pgsql-general are better places for
this discussion

I am thinking so your request has sense, and should be registered in ToDo
list https://wiki.postgresql.org/wiki/Todo

You can try to connect people from PostgreSQL Pro company for
implementation.

Regards

Pavel

> Thank you.
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2017-10-11 14:25:20 Re: Combination of ordered-set aggregate function terminates JDBC connection on PostgreSQL 9.6.5
Previous Message kes-kes 2017-10-11 10:35:12 BUG #14850: Implement optinal additinal parameter for 'justify' date/time function

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2017-10-11 14:30:21 Re: Why does increasing the precision of a numeric column rewrites the table?
Previous Message Tom Lane 2017-10-11 14:00:12 Re: startup process stuck in recovery

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-10-11 14:17:57 Re: Partition-wise join for join between (declaratively) partitioned tables
Previous Message Robert Haas 2017-10-11 13:28:34 Re: Is it time to kill support for very old servers?