From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Glaesemann <grzm(at)myrealbox(dot)com> |
Cc: | "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Distributed keys |
Date: | 2003-12-23 23:39:27 |
Message-ID: | 11166.1072222767@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Michael Glaesemann <grzm(at)myrealbox(dot)com> writes:
> I'm interested in hearing what others have to say, especially along the
> lines of implementation. I haven't seen much discussion of distributed
> keys on the lists (other than Josh Berkus), so perhaps there isn't much
> interest. Would there be any foreseeable opposition if I (and/or
> others) worked on this?
This seems to have considerable overlap with the problem of indexing
inheritance hierarchies (so that constraints on tables with children
would work as people expect). It may be that it's sufficient to solve
it for inheritance cases, and not try to support the generic case of
constraints applied across arbitrary sets of tables. ISTM that the
latter could introduce a bunch of extra definitional and practical
issues beyond what you'd have to solve to do the former.
You're discussing it on the wrong list though --- try -hackers.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2003-12-24 03:31:56 | Re: how do i get differences between rows |
Previous Message | Michael Glaesemann | 2003-12-23 21:42:24 | Distributed keys |