Re: Temporal Units - Mailing list pgsql-general

From Rich Shepard
Subject Re: Temporal Units
Date
Msg-id Pine.LNX.4.64.0704300611350.17352@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Temporal Units  (Brent Wood <b.wood@niwa.co.nz>)
Responses Re: Temporal Units  ("John D. Burger" <john@mitre.org>)
Re: Temporal Units  (Ted Byers <r.ted.byers@rogers.com>)
List pgsql-general
On Mon, 30 Apr 2007, Brent Wood wrote:

> If I'm following this correctly, then interval & extract timepart can be
> used to provide all the required functionality:

   Thanks, Brent. Your suggestions complete the approach I was considering.
There is no need for real-time response, to checking after each shift or day
-- or other time period -- will be sufficient.

   I wonder if a workweek/holiday calendar table for PostgreSQL already
exists. If not I need to track down the procedure for creating one as Joe
Celko references such a calendar in his books. I think that any schema that
has temporal components needs such a table.

Rich

--
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Stemming not working with tsearch2() function
Next
From: Heiko Klein
Date:
Subject: Selecting from a function(x,y) returning a row-type(sum, prod)