Re: create view bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Jefim Matskin <mjefim(at)sphera(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: create view bug
Date: 2001-09-05 21:35:31
Message-ID: 18080.999725731@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message johan27 2001-09-05 22:42:57 I have a serious problem with hanging backends.
Previous Message Bruce Momjian 2001-09-05 21:15:49 Re: create view bug