Re: constraint modification on todo list - Mailing list pgsql-hackers

From Tom Lane
Subject Re: constraint modification on todo list
Date
Msg-id 2480.1063055201@sss.pgh.pa.us
Whole thread Raw
In response to Re: constraint modification on todo list  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: constraint modification on todo list  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I assume MODIFY would allow you to alter the constraint without
> re-checking all the rows, as would be required by DROP/ADD.  However, if
> you are modifying the constraint, wouldn't we have to recheck all the
> rows anyway.

Yeah.  Rod's point about altering foreign key action settings is a good
one, but other than that I don't see a whole lot of scope for shortcuts.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jeroen Ruigrok/asmodai
Date:
Subject: Re: constraint modification on todo list
Next
From: Tom Lane
Date:
Subject: Re: constraint modification on todo list