]> granicus.if.org Git - postgresql/commit
Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 9 May 1998 23:27:14 +0000 (23:27 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 9 May 1998 23:27:14 +0000 (23:27 +0000)
commitf4f0e9d608a89682f1bb7923e4a91c2d71767f1e
tree044bd497e2635ca2e300286e5b210ea05ec93642
parent8ff34188f7d063163644de3f4e00714c2b3e87c4
Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.
Check for and properly ignore FOREIGN KEY column constraints
 (already had fixed same for table constraints).
Define USER as synonym for CURRENT_USER per SQL92 specs
 (no longer allowed as bare column name, sorry).
Re-enable HAVING clause but no fixes elsewhere yet.
Other stuff from today's update of gram.y...
src/backend/parser/gram.c