One more example of generating time series

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема One more example of generating time series
Дата
Msg-id 160504955209.25505.11628601059886349351@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: What does "[backends] should seldom or never need to wait for a write to occur" mean?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html