[HACKERS] empty select list allowed when using function as table

2015-01-07 Thread Merlin Moncure
Interestingly, the following query works (it didn't used to):

select from generate_series(1, 1);

Was this intentional?

merlin


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] empty select list allowed when using function as table

2015-01-07 Thread 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



--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers