Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 4099EE69.6080208@archonet.com
обсуждение исходный текст
Ответ на Re: ALTER TABLE TODO items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: ALTER TABLE TODO items
Список pgsql-hackers
Bruce Momjian wrote:
> Tom Lane wrote:
> 
>>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?
> 
> 
> If triggers exist, I think we should just throw a warning that triggers
> will not be fired.

Tom's point about triggers probably not working after the upgrade is a 
good one though. Is it reasonable to just refuse to act on a table until  all triggers are dropped? I'd rather be
forcedto go through and 
 
drop/restore triggers in a script than be surprised later on.

--   Richard Huxton  Archonet Ltd


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Weird prepared stmt behavior