Re: foreign keys for array/period contains relationships - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: foreign keys for array/period contains relationships
Date
Msg-id 1288120141.22800.8.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: foreign keys for array/period contains relationships  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On tis, 2010-10-26 at 11:53 -0700, Jeff Davis wrote:
> Case #2 is the strange one, I think. It's not actually just an
> adaptation of #1. #1 requires that all elements of the array have a
> corresponding PK value; but #2 just requires that one of them does.
> Peter, can you clarify case #2? Did you have a use case in mind?

[ That's the period references timestamp case. ]

You're right, it's probably not useful.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: xlog.c: WALInsertLock vs. WALWriteLock
Next
From: Tom Lane
Date:
Subject: Re: Extensible executor nodes for preparation of SQL/MED