Re: create view bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: create view bug
Date
Msg-id 15270.995901519@sss.pgh.pa.us
Whole thread Raw
In response to create view bug  (Jefim Matskin <mjefim@sphera.com>)
Responses Re: create view bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
> My problem is that the  ErWin generates the following syntax
> create view [view name] ( [col1] , [col2] ) as select [s1], [s2]  from
> [table name];
> and as far as I know this is SQL92.

(checks spec...) You're right, SQL92 does require this syntax.  Okay,
I'll put it on the to-do list.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: date style bug
Next
From: Thomas Lockhart
Date:
Subject: Re: date style bug