Re: workday function - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: workday function
Date
Msg-id 162867790705150503u5bed45c7w9d77cc186ac29e2e@mail.gmail.com
Whole thread Raw
In response to workday function  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
List pgsql-sql
Hello

You can use functions from Orafce package
http://www.pgsql.cz/index.php/Oracle_functionality_%28en%29#PLVdate

sample:

SELECT plvdate.plvdate.default_holydays('czech');
SELECT plvdate.add_bizdays(CURRENT_DATE, 10);
SELECT plvdate.isbizday('2006-12-25');

Regards
Pavel Stehule



2007/5/15, Gary Stainburn <gary.stainburn@ringways.co.uk>:
> Hi folks
>
> I need to be able to add and subtract workdays, something like
>
> select CURRENT_DATE - '3 work days'::interval;
>
> I can't see how to do this natively so I'm looking to write a function to do
> it and was wondering if anyone's already done it.
>
> While Googling I've found that MS Excel has a workday function which seems to
> do what I want.
>
> Any help would be appreciated.
> --
> Gary Stainburn
>
> This email does not contain private or confidential material as it
> may be snooped on by interested government parties for unknown
> and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


pgsql-sql by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: pg_dump?
Next
From: "ashok@kalculate.com"
Date:
Subject: Serial number of a record