Re: create table bug with reserved words? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: create table bug with reserved words?
Date
Msg-id 12105.982340396@sss.pgh.pa.us
Whole thread Raw
In response to RE: create table bug with reserved words?  (Chris Storah <cstorah@emis-support.demon.co.uk>)
List pgsql-bugs
Chris Storah <cstorah@emis-support.demon.co.uk> writes:
> If not, can anyone point me in the direction of the code that does the
> parsing so I can take a look - if this would be helpful!

src/backend/parser/gram.y.  If you find that anything more can be moved
out of the truly-reserved or ColLabel categories and added to the ColId
category, let us know!  But I think everything that's in ColLabel is
there because you get parsing conflicts otherwise ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Henshall, Stuart - WCP"
Date:
Subject: Rules for Inserting Serials
Next
From: Peter Eisentraut
Date:
Subject: RE: create table bug with reserved words?