Re: ALTER TABLE TODO items - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ALTER TABLE TODO items
Date
Msg-id 9389.1083786602@sss.pgh.pa.us
Whole thread Raw
In response to Re: ALTER TABLE TODO items  (Richard Huxton <dev@archonet.com>)
Responses Re: ALTER TABLE TODO items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Richard Huxton <dev@archonet.com> writes:
> Does that mean I'll want to disable triggers while I do this?

Hrm.  Right now the code does not fire triggers at all, but that seems
wrong.  However, I doubt that very many triggers could cope with update
events in which the old and new rows have different rowtypes :-(.
Any thoughts what to do about that?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Richard Huxton
Date:
Subject: Re: ALTER TABLE TODO items
Next
From: Shachar Shemesh
Date:
Subject: Multiple "selects" returned from a single stored procedure