Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 9389.1083786602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ALTER TABLE TODO items  (Richard Huxton <dev@archonet.com>)
Ответы Re: ALTER TABLE TODO items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: ALTER TABLE TODO items
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Multiple "selects" returned from a single stored procedure