Re: diary constraints - Mailing list pgsql-sql

FromGnanavel S
SubjectRe: diary constraints
Date
Msg-id[email protected]
Whole thread Raw
In response todiary constraints  (Gary Stainburn <[email protected]>)
Listpgsql-sql


On 8/23/05, Gary Stainburn <[email protected]> wrote:
Hi folks

I know this has been discussed in the past, but no amount of keywords
has returned anything from the archives.

I want to create a courtesy car diary diary system where I have a table
containing all of the cortesy cars in the pool, and then an allocation
table which has two timestamps, one for the start date/time and one for
the return date/time.

How do I go about creating constraints on inserts and updates to ensure
that

a) the finish is after the start

check constraint like -> "finish_time > start_time" this will do

b) two allocations for a single vehicle don't overlap.

Use "overlaps" function in a trigger to validate the above.

--
Gary Stainburn

This email does not contain private or 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 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [email protected] so that your
       message can get through to the mailing list cleanly



--
with regards,
S.Gnanavel
Satyam Computer Services Ltd.

pgsql-sql by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: diary constraints
Next
From: PFC
Date:
Subject: Re: diary constraints