Re: AW: TODO (was: Re: [HACKERS] Problem with parser) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: AW: TODO (was: Re: [HACKERS] Problem with parser)
Date
Msg-id 199808271701.NAA01406@candle.pha.pa.us
Whole thread Raw
In response to AW: TODO (was: Re: [HACKERS] Problem with parser)  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List 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@candle.pha.pa.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)

pgsql-hackers by date:

Previous
From: Massimo Dal Zotto
Date:
Subject: Re: [PATCHES] Re: some patches
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] initdb problem