On Sun, Oct 30, 2011 at 3:17 PM, Tom Lane <t...@sss.pgh.pa.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

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

Reply via email to