On Sun, Oct 30, 2011 at 3:17 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
<snip>
> "fails to not break anything else" category.
From what I've seen watching this list, you're usually right. :)
It looks like it's perfectly okay to write:
SELECT pg_class.* AS foo FROM pg_class;
(with or without the AS)
I don't know what the above actually means, but it stops SELECT
pg_class.* EXCLUDING(...) dead in its tracks. So, I'd have to break a
syntax (albeit silly?) that currently works to support this. :(
eric