Re: [HACKERS] reserved words..

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Brett McCormick <brett(at)work(dot)chicken(dot)org>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] reserved words..
Date: 1998-02-13 14:02:31
Message-ID: 34E45277.D75501BB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maarten Boekhold 1998-02-13 14:02:47 Re: [HACKERS] postgres initdb on ALPHA/Digital Unix
Previous Message Michael Meskes 1998-02-13 13:53:29 Re: [HACKERS] Subselects are in CVS...