Oracle date type compat. functions: next_day, last_day, ..

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Oracle date type compat. functions: next_day, last_day, ..
Дата
Msg-id Pine.LNX.4.44.0505241904450.17898-200000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответы Re: Oracle date type compat. functions: next_day, last_day,
Список pgsql-patches
Hello

This patch is implementation of some date functions which produce better
compatibility with Oracle (On request Radim Kolar). Major changes are in
/src/backend/utils/adt/oracle_compat.c. There are new functions: next_day,
last_day, add_months and months_between.

Original Oracle doc
http://www.techonthenet.com/oracle/functions/add_months.htm
http://www.techonthenet.com/oracle/functions/last_day.htm
http://www.techonthenet.com/oracle/functions/next_day.htm
http://www.techonthenet.com/oracle/functions/months_between.htm

Best regards
Pavel Stehule


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl tests for currently untested features
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: plperl tests for currently untested features