Thread: empty select list allowed when using function as table

empty select list allowed when using function as table

From
Merlin Moncure
Date:
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

From
Marko Tiikkaja
Date:
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