Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,

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

Commit: ec438886e1ceda792424c5591725a2ac0d9b075c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-11-10T22:31:49Z
Releases: 7.2.1
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

PathChange+/−
src/backend/parser/gram.y modified +129 −121
src/interfaces/ecpg/preproc/preproc.y modified +404 −357