Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This feature will appear in 7.2:
> test=> create view aaa (x) as select relname from pg_class;
It's already there in 7.1.
IIRC, the real problem was that Jefim was trying to use a reserved word
as a column name.
regards, tom lane