orafce - orafce: This release contains date functions next_day,

From: okbob(at)pgfoundry(dot)org (User Okbob)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: This release contains date functions next_day,
Date: 2005-09-28 09:03:43
Message-ID: 20050928090343.67FB11125021@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This release contains date functions next_day, last_day, months_between and
date|timestamp round, trunc functions. These functions respect all oracle
format parameters.

Modified Files:
--------------
orafce:
README.orafunc (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.3&r2=1.4)
datefce.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/datefce.c.diff?r1=1.3&r2=1.4)
orafunc.sql.in (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2005-09-28 09:10:34 orafce - orafce: Default format for round and trunc is DDD
Previous Message User Dpage 2005-09-28 08:33:24 psqlodbc - psqlodbc: Map 'name' to SQL_VARCHAR rather than SQL_CHAR -