Oracle date type compat. functions: next_day, last_day, .. - Mailing list pgsql-patches

From Pavel Stehule
Subject Oracle date type compat. functions: next_day, last_day, ..
Date
Msg-id Pine.LNX.4.44.0505241904450.17898-200000@kix.fsv.cvut.cz
Whole thread Raw
Responses Re: Oracle date type compat. functions: next_day, last_day,
List 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


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: plperl tests for currently untested features
Next
From: Andrew Dunstan
Date:
Subject: Re: plperl tests for currently untested features