Possible problems with cyclic references
- From: Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk>
- To: "pgsql-sql" <pgsql-sql(at)postgresql(dot)org>
- Subject: Possible problems with cyclic references
- Date: Mon, 23 Jul 2001 12:30:21 +0100
- Message-id: <01072312302101.27033@gary.ringways.co.uk> <text/plain>
Hi all, me again.
I've been looking at the doc's again (must stop doing that!)
I've been looking at the 'references' clause to implement referential
integrity. My problem is that I'm wanting to create a cyclic reference, and
was wondering what problems this may cause, e.g. when restoring from a
pg_dump.
I have a region table (rregion character(2), rname varchar(40), rliasson
int4).
I have a teams table (ttid int4, tregion character(2) references
region(rregion),...)
I have a members table (mid int4, mteam references teams(tid),.........)
Pretty straight forward so far, a member must be a part of a team and a team
must be in a region. My problem is that I want to set rliasson as a
reference to members (mid) as the Regional Liasson Officer for each region is
a member.
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
Home |
Main Index |
Thread Index