Re: temporal variants of generate_series()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temporal variants of generate_series()
Дата
Msg-id 406.1178053725@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: temporal variants of generate_series()  (Jim Nasby <decibel@decibel.org>)
Ответы Re: temporal variants of generate_series()
Список pgsql-hackers
Jim Nasby <decibel@decibel.org> writes:
> Are you sure the case statements are needed? It seems it would be  
> better to just punt to the behavior of generate_series (esp. if  
> generate_series eventually learns how to count backwards).

What's this "eventually"?

regression=# select * from generate_series(10,1,-1);generate_series
-----------------             10              9              8              7              6              5
4              3              2              1
 
(10 rows)
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ale Raza
Дата:
Сообщение: Where to find kind code for STATISTIC_KIND GEOMETRY?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: NO INHERIT