Re: constraints and sql92 information_schema compliance - Mailing list pgsql-hackers

From Clark C. Evans
Subject Re: constraints and sql92 information_schema compliance
Date
Msg-id 20060226055124.GB84057@prometheusresearch.com
Whole thread Raw
In response to Re: constraints and sql92 information_schema compliance  ("Clark C. Evans" <cce@clarkevans.com>)
Responses Re: constraints and sql92 information_schema compliance  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-hackers
Stephen,

So, a quick re-cap of the questions/concerns I had:
 * Making the default constraint names include the table
   -> This was implemented in 8.x, thank you!
 * Forbidding the creation of a foreign key constraint where   the column list for the referenced table doesn't
*exactly*  match a canidate key on that table.    -> I think you've agreed to something like this, or am      I
mis-understanding?
 * Issue a warning when creating a constraint who's name is   not unique within its (the constraint's) schema.
   -> This request seems to have gotten lost in the       vigorous discussion ;)

Kind Regards,

Clark


pgsql-hackers by date:

Previous
From: "Clark C. Evans"
Date:
Subject: Re: constraints and sql92 information_schema compliance
Next
From: Stephan Szabo
Date:
Subject: Re: constraints and sql92 information_schema compliance