Обсуждение: empty select list allowed when using function as table

Поиск
Список
Период
Сортировка

empty select list allowed when using function as table

От
Merlin Moncure
Дата:
Interestingly, the following query works (it didn't used to):

select from generate_series(1, 1);

Was this intentional?

merlin



Re: empty select list allowed when using function as table

От
Marko Tiikkaja
Дата:
On 2015-01-08 01:13, Merlin Moncure wrote:
> Interestingly, the following query works (it didn't used to):
>
> select from generate_series(1, 1);
>
> Was this intentional?

See 1b4f7f93b4693858cb983af3cd557f6097dab67b


.marko