Re: create table bug with reserved words?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Storah <cstorah(at)emis-support(dot)demon(dot)co(dot)uk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: create table bug with reserved words?
Date: 2001-02-16 16:19:56
Message-ID: 12105.982340396@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chris Storah <cstorah(at)emis-support(dot)demon(dot)co(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-16 16:33:31 RE: create table bug with reserved words?
Previous Message Henshall, Stuart - WCP 2001-02-16 15:33:48 Rules for Inserting Serials