Re: possible constraint bug?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thomas Swan <tswan(at)olemiss(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: possible constraint bug?
Date: 2000-10-12 19:45:45
Message-ID: Pine.BSF.4.10.10010121240420.47127-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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).

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-12 19:46:21 Precedence of '|' operator (was Re: [patch,rfc] binary operators on integers)
Previous Message Peter Eisentraut 2000-10-12 19:34:05 Re: [patch,rfc] binary operators on integers