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

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: AW: TODO (was: Re: [HACKERS] Problem with parser)
Date: 1998-08-27 07:05:39
Message-ID: 01BDD19A.A670C8E0@zeugswettera.user.lan.at
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;

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Bagyenda 1998-08-27 08:42:21 Error in postgres server
Previous Message Tatsuo Ishii 1998-08-27 06:11:52 Re: [HACKERS] vacuum problem