Allow TIMESTAMP as a column name or general identifier.
Thomas G. Lockhart <lockhart@fourpalms.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.c | modified | +1 −1 |
| src/backend/parser/gram.y | modified | +2 −1 |