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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: AW: TODO (was: Re: [HACKERS] Problem with parser)
Дата
Msg-id 199808271701.NAA01406@candle.pha.pa.us
обсуждение исходный текст
Ответ на AW: TODO (was: Re: [HACKERS] Problem with parser)  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
Список 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 по дате отправления:

Предыдущее
От: Massimo Dal Zotto
Дата:
Сообщение: Re: [PATCHES] Re: some patches
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] initdb problem