agora inbox for pgsql-novice@postgresql.org
help / color / mirror / Atom feedTo: pgsql-novice@postgresql.org
Subject: [NOVICE] Primary and Foreign Key?
I have the following related tables:
PEOPLE
--------------
peopleid pkey,
name,
etc
GROUPS
-------------
groupid pkey,
description,
etc
PEOPLEGROUPS
-------------------
peopleid pkey/fkey,
groupid pkey/fkey
What is the CORRECT way (in Postgres) to define the PEOPLEGROUPS table so
that it has both the double primary key AND still acts as a foreign key for
people.peopleid and groups.groupid? Can i specify both or is this not
necessary? Any suggestions would be appreciated.
Thanks!
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.5/110 - Release Date: 9/22/2005
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.5/110 - Release Date: 9/22/2005
view thread (6+ messages) latest in thread
Message-ID: <no-message-id-17977@localhost>
Permalink: ../no-message-id-17977@localhost/
Also on: postgresql.org/message-id/no-message-id-17977@localhost
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Primary and Foreign Key?
In-Reply-To: <no-message-id-17977@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox