Re: Many to many link tables with history?

From: Dylan Sanders <soe219(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Many to many link tables with history?
Date: 2013-10-10 20:25:19
Message-ID: CANmgjsc4=bZ6CjE_eoJT5Ox6dsJjz1f98NcVgxegC0Pfka2wnw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

unregister-pattern soe219(at)gmail(dot)com

On Thu, Oct 10, 2013 at 3:23 PM, Craig R. Skinner
<skinner(at)britvault(dot)co(dot)uk>wrote:

> On 2013-10-08 Tue 18:04 PM |, Craig R. Skinner wrote:
> > Hi folks, I'm new here. I hope this is the correct list....
> >
> > While creating a database of customer subscribed services with
> > DNS domains, I want to:
> > *) enable customers to subscribe to multiple services
> > *) each service can have multiple domain names per customer
> > *) a domain name must be unique per customer per timestamp
> >
>
> Probably (!!) solved by using a tstzrange exclusion constraint:
>
> http://dba.stackexchange.com/questions/51280/many-to-many-link-tables-with-history
>
>
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Craig R. Skinner 2013-10-10 20:55:25 Re: Many to many link tables with history?
Previous Message Craig R. Skinner 2013-10-10 20:23:07 Re: Many to many link tables with history?