Re: Foreign key to 2 tables problem

From: John McCawley <nospam(at)hardgeus(dot)com>
To: "Pgsql-sql(at)postgresql(dot)org" <Pgsql-sql(at)postgresql(dot)org>
Subject: Re: Foreign key to 2 tables problem
Date: 2005-11-22 15:42:40
Message-ID: 43833C70.2050607@hardgeus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


> However, if customers or suppliers can have multiple accounts, you are
> going to need an intermediate table, as suggested by Neil.

Scratch that. If accounts can have multiple owners you'll need an
intermediate table.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Leif B. Kristensen 2005-11-22 15:44:35 Re: Triggers
Previous Message Rod Taylor 2005-11-22 15:39:56 Re: Foreign key to 2 tables problem