Re: Allowing empty target list in SELECT (1b4f7f93b4693858cb983af3cd557f6097dab67b) - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Allowing empty target list in SELECT (1b4f7f93b4693858cb983af3cd557f6097dab67b)
Date
Msg-id CA+HiwqFUmF0jBarfPidNgogg=NgoZvc+SwAQwypmvMXzLCtJgA@mail.gmail.com
Whole thread Raw
In response to Re: Allowing empty target list in SELECT (1b4f7f93b4693858cb983af3cd557f6097dab67b)  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Fri, May 2, 2014 at 4:14 PM, David Rowley <dgrowleyml@gmail.com> wrote:
>
>
> Why should the above results be any different than if I created the nocols
> table with a column then dropped it?
> Certainly removing all of the records on the drop of the last column would
> be wrong.
>

I see, dropping the only column in a table does exhibit a similar behavior.

--
Amit



pgsql-hackers by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Allowing empty target list in SELECT (1b4f7f93b4693858cb983af3cd557f6097dab67b)
Next
From: Dilip kumar
Date:
Subject: Re: Proposal for Merge Join for Non '=' Operators