]> granicus.if.org Git - postgresql/commit
Allow most expressions in BETWEEN clause. Allow all expressions if
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 4 Feb 1998 06:11:48 +0000 (06:11 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 4 Feb 1998 06:11:48 +0000 (06:11 +0000)
commitc1dcd59c484a56f92a1dccab99b2473aad19ca92
treead80349978ce9408859a9f00161867b2742a44c3
parentbced35f1e16a0b5a5086b4b94f8155645a89494a
Allow most expressions in BETWEEN clause. Allow all expressions if
 surrounded by parentheses (but not all are meaningful).
Remove unused keywords ACL, APPEND, MERGE.
Requires a "make clean" to recompile all code since keyword numeric
 assignments have changed with keyword removal.
src/backend/parser/gram.y
src/backend/parser/keywords.c