pgsql: Add missing keywords to gram.y's unreserved_keywords list.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@postgresql.org
Date: 2011-03-08T21:44:28Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add missing keywords to gram.y's unreserved_keywords list.
- 3f7d24da16d3 9.1.0 cited
Add missing keywords to gram.y's unreserved_keywords list. We really need an automated check for this ... and did VALIDATE really need to become a keyword at all, rather than picking some other syntax using existing keywords? Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3f7d24da16d32ad0fa5abf04b669e86a7d458160 Modified Files -------------- src/backend/parser/gram.y | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)