One more example of generating time series - Mailing list pgsql-docs

From PG Doc comments form
Subject One more example of generating time series
Date
Msg-id 160504955209.25505.11628601059886349351@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-srf.html
Description:

I find this kind of query very useful:

If you don't know the end date, but you know how many time steps to add, you
can use a query like this
select now()+ '1 day'::interval *generate_series(1,5);

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: What does "[backends] should seldom or never need to wait for a write to occur" mean?
Next
From: Bruce Momjian
Date:
Subject: Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html