Re: Foreign keys and indexes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rod Taylor" <rbt(at)zort(dot)ca>
Cc: "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Foreign keys and indexes.
Date: 2002-04-21 18:26:00
Message-ID: 11734.1019413560@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rod Taylor" <rbt(at)zort(dot)ca> writes:
> Is everyone Ok with the above? Or do we go about making an pg_fkey
> type table for tracking this stuff?

In general there ought to be a pg_constraint table that records all
types of constraints (not only foreign keys). We blew it once already
by making pg_relcheck (which only handles check constraints). Let's
not miss the boat again.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2002-04-21 18:37:30 Re: Really annoying comments...
Previous Message Thomas Lockhart 2002-04-21 17:57:55 Re: failed regression tests