Repair usage of the OVERLAPS operator.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 3 Dec 2000 14:51:12 +0000 (14:51 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 3 Dec 2000 14:51:12 +0000 (14:51 +0000)
commit6969b8fa1194dafdc24e38fccf4acbb32419967e
treea69a2f308d09d30ffa3b12b9e84c2ea4ef71c0c9
parent1131261270e74dd8a7cf7a3e99c1f3c71175ebe9
Repair usage of the OVERLAPS operator.
Allow some operator-like tokens to be used as function names.
Flesh out support for time, timetz, and interval operators
 and interactions.
Regression tests pass, but non-reference-platform horology test results
 will need to be updated.
src/backend/parser/gram.y
src/backend/utils/adt/date.c
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/port/linux.h
src/include/utils/date.h
src/test/regress/expected/horology.out
src/test/regress/expected/time.out
src/test/regress/sql/horology.sql
src/test/regress/sql/time.sql