Re: AW: TODO (was: Re: [HACKERS] Problem with parser)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: andreas(dot)zeugswetter(at)telecom(dot)at (Andreas Zeugswetter)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: AW: TODO (was: Re: [HACKERS] Problem with parser)
Date: 1998-08-27 17:01:21
Message-ID: 199808271701.NAA01406@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >> > * Allow views to specify column names outside SELECT statement
> >>
> >> ??? what is meant by that?
> >
> >I have no idea. I am removing it. Does anyone else know what it means?
>
> It probably means:
> create view myview (name, salary, hours) as select lname, currsal, whours from wages;

Added to TODO:

* CREATE VIEW myview (name) AS SELECT lname FROM wages fails

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-27 17:29:53 Re: [HACKERS] initdb problem
Previous Message Thomas G. Lockhart 1998-08-27 13:30:34 Re: [HACKERS] vacuum problem