Re: create view bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: create view bug
Date
Msg-id 18080.999725731@sss.pgh.pa.us
Whole thread Raw
In response to create view bug  (Jefim Matskin <mjefim@sphera.com>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgresql v7.1.3 bug report
Next
From: Tatsuo Ishii
Date:
Subject: Re: postgresql v7.1.3 bug report