Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,
Tom Lane <tgl@sss.pgh.pa.us>
Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, though alas not as unquoted function names. De-reserve a bunch of keywords that could have been in ColId rather than ColLabel all along. Per recent proposal in pgsql-patches.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +129 −121 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +404 −357 |