Pgadmin3 v1.14.2 foreign keys

From: "Mary F(dot) Masterson" <zen(at)email(dot)hal-pc(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Pgadmin3 v1.14.2 foreign keys
Date: 2012-08-04 19:17:55
Message-ID: b9b740112cf8853275535c08181213f0.squirrel@sqmail.hal-pc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I searched the archives and didn't find the answer as to how to add
foreign keys to a table using pgadminIII v1.14.2. I am very familiar with
relational databases and foreign keys, indices, etc., but I am a newbie to
postgresql. For instance, say I have two tables, "address" and
"addresstype", both within the same schema. The column named "type" in
the "address" table is the foreign key to the "addresstype" table, the
primary key of which is named "addresstype_id". I created those columns
and added the primary key constraints without any difficulty. I tried
adding the foreign key constraint, by right-clicking the "constraints"
object for the "address" table in the object browser window and selecting
"add foreign key". I cannot figure out the next steps. Any help, please?
Thank you.

Browse pgsql-hackers by date

  From Date Subject
Next Message Mary F. Masterson 2012-08-04 20:59:34 Pgadmin3 v1.14.2 foreign keys
Previous Message Bruce Momjian 2012-08-04 16:50:58 Re: cataloguing NOT NULL constraints