Re: possible constraint bug?

Stephan Szabo <sszabo@megazone23.bigpanda.com>

From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Thomas Swan <tswan@olemiss.edu>, pgsql-hackers@postgresql.org
Date: 2000-10-12T19:45:45Z
Lists: pgsql-hackers
On Thu, 12 Oct 2000, Bruce Momjian wrote:

> Is this addressed in 7.1?

Not as far as I know.
It would require one or more of:
 ALTER FUNCTION
 ALTER TABLE ... DROP CONSTRAINT
 a reference system that automatically drops/
  restricts based on objects referencing the 
  thing you drop (and this wouldn't make sense
  for constraints without alter ... drop 
  constraint anyway).