Re: create view bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jefim Matskin <mjefim(at)sphera(dot)com>
Cc: pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: create view bug
Date: 2001-07-23 15:18:39
Message-ID: 15270.995901519@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Lockhart 2001-07-23 15:53:08 Re: date style bug
Previous Message Tom Lane 2001-07-23 15:00:02 Re: create view bug