From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Thomas Lockhart <lockhart(at)fourpalms(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Call for objections: revision of keyword classification |
Date: | 2001-11-09 02:05:07 |
Message-ID: | 200111090205.fA9257H06667@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Seems fine to apply. It would be nice if we had a more general system
for adding keywords and having them be column label/function name
capable. Right now I know I need to add to keyword.c but I have no idea
if/when I need to add to the keyword list in gram.y. Can we move the
keywords out into another file and somehow pull them into gram.y with
the proper attributes so they get into all the places they need to be
with little fiddling?
---------------------------------------------------------------------------
> Since we've already seen two complaints about "timestamp" no longer
> being an allowed column name in 7.2, I think it's probably time to
> make a serious effort at trimming the reserved-word list a little.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2001-11-09 02:15:56 | Re: MD5-based passwords |
Previous Message | Sean Chittenden | 2001-11-09 01:37:13 | Linking probs on Sol8... |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-11-09 02:17:17 | Re: Call for objections: revision of keyword classification |
Previous Message | Tom Lane | 2001-11-09 00:44:44 | Call for objections: revision of keyword classification |