Re: [HACKERS] reserved words..

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Brett McCormick <brett@work.chicken.org>
Cc: pgsql-hackers@hub.org
Date: 1998-02-13T14:02:31Z
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