Re: create table bug with reserved words?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Chris Storah <cstorah@emis-support.demon.co.uk>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-16T16:19:56Z
Lists: 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