Обсуждение: reserved words..

Поиск
Список
Период
Сортировка

reserved words..

От
Brett McCormick
Дата:
I looked in gram.y and scan.l but couldn't figure out how to unreserve
"user" so I can use it as the name of a table.  Is there a way to do
this?

Re: [HACKERS] reserved words..

От
"Thomas G. Lockhart"
Дата:
> I looked in gram.y and scan.l but couldn't figure out how to unreserve
> "user" so I can use it as the name of a table.  Is there a way to do
> this?

Yes, and since I'm working there I'll make the change.

fyi, look for the line starting with "ColId:" in gram.y, and add "USER"
as one of the clauses just like the other keywords are already.

                                                           - Tom


Re: [HACKERS] reserved words..

От
Brett McCormick
Дата:
and somehow I missed that...?  doh!

On Fri, 13 February 1998, at 14:02:31, Thomas G. Lockhart wrote:

> > I looked in gram.y and scan.l but couldn't figure out how to unreserve
> > "user" so I can use it as the name of a table.  Is there a way to do
> > this?
>
> Yes, and since I'm working there I'll make the change.
>
> fyi, look for the line starting with "ColId:" in gram.y, and add "USER"
> as one of the clauses just like the other keywords are already.
>
>                                                            - Tom
>