Re: Foreign keys and indexes. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Foreign keys and indexes.
Date
Msg-id 11734.1019413560@sss.pgh.pa.us
Whole thread Raw
In response to Foreign keys and indexes.  ("Rod Taylor" <rbt@zort.ca>)
List pgsql-hackers
"Rod Taylor" <rbt@zort.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


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: failed regression tests
Next
From: Dave Page
Date:
Subject: Re: Really annoying comments...