]> granicus.if.org Git - postgresql/commit
Allow TIMESTAMP as a column name or general identifier.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 14 Oct 1998 15:57:25 +0000 (15:57 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 14 Oct 1998 15:57:25 +0000 (15:57 +0000)
commit56792f372965bc2995a16b63ae3c8ffb0ce6a43c
tree359fc771b97125bdb38e8a228666a9e2008f758a
parentacc9c38471cc2bd3a3c56e8dcd2ecd568dce9392
Allow TIMESTAMP as a column name or general identifier.
 timestamp had become a token a while ago, but had been omitted from the
 keywords.c until recently. This uncovered the omission in the ColId decl.
src/backend/parser/gram.c
src/backend/parser/gram.y