Re: Wrong parameter names for make_interval (Postgres 13)

2020-10-05 Thread Pavel Stehule
po 5. 10. 2020 v 18:48 odesílatel Pavel Stehule napsal: > > > po 5. 10. 2020 v 17:53 odesílatel Tom Lane napsal: > >> Pavel Stehule writes: >> > po 5. 10. 2020 v 15:56 odesílatel Thomas Kellerer >> napsal: >> >> So instead of >> >> make_interval ( [ year int [, month int [, week int [, day int

Re: Wrong parameter names for make_interval (Postgres 13)

2020-10-05 Thread Pavel Stehule
po 5. 10. 2020 v 17:53 odesílatel Tom Lane napsal: > Pavel Stehule writes: > > po 5. 10. 2020 v 15:56 odesílatel Thomas Kellerer > napsal: > >> So instead of > >> make_interval ( [ year int [, month int [, week int [, day int [, hour > >> int [, min int [, sec double precision ]]] ) > >> it

Re: Wrong parameter names for make_interval (Postgres 13)

2020-10-05 Thread Tom Lane
Pavel Stehule writes: > po 5. 10. 2020 v 15:56 odesílatel Thomas Kellerer napsal: >> So instead of >> make_interval ( [ year int [, month int [, week int [, day int [, hour >> int [, min int [, sec double precision ]]] ) >> it should be >> make_interval ( [ years int [, months int [, weeks in

Re: Wrong parameter names for make_interval (Postgres 13)

2020-10-05 Thread Pavel Stehule
po 5. 10. 2020 v 15:56 odesílatel Thomas Kellerer napsal: > There is a typo in the parameter names of the make_interval() function. > > The parameter names are all defined with plural, not singular as it is > shown > in the Postgres 13 manual. > > So instead of > > make_interval ( [ year int

Wrong parameter names for make_interval (Postgres 13)

2020-10-05 Thread Thomas Kellerer
There is a typo in the parameter names of the make_interval() function. The parameter names are all defined with plural, not singular as it is shown in the Postgres 13 manual. So instead of make_interval ( [ year int [, month int [, week int [, day int [, hour int [, min int [, sec double p