Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 200405060300.i4630Tq11932@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: ALTER TABLE TODO items  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ALTER TABLE TODO items
Список pgsql-hackers
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.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Multiple Xids in PGPROC?
Следующее
От: sdv mailer
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup