Обсуждение: pgsql/src/backend/utils/adt (date.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/utils/adt (date.c)

От
thomas@postgresql.org
Дата:
  Date: Sunday, December  3, 2000 @ 09:51:01
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/utils/adt

Modified Files:
    date.c

-----------------------------  Log Message  -----------------------------

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.