Re: Understanding years part of Interval

2023-02-07 Thread Marcos Pegoraro
> > The years are converted to months and the fractional month is rounded half >> up: >> >> 1.05 year = 12.6 month >> => 1 year 0.6 month >> => 1 year 1 month(after rounding) >> >> Compare that to 12.5 months to see when the rounding occurs: >> >> 12.5 month

Re: Understanding years part of Interval

2023-02-06 Thread Marcos Pegoraro
Em seg., 6 de fev. de 2023 às 10:59, Erik Wienhold escreveu: > > On 06/02/2023 12:20 CET Marcos Pegoraro wrote: > > > > I was just playing with some random timestamps for a week, for a month, > > for a year ... > > > > select distinct current_date+((random()::numeric)||'month')::interval > from