Re: TCL trigger doesn't work after deleting a column

Поиск
Список
Период
Сортировка
От Josué Maldonado
Тема Re: TCL trigger doesn't work after deleting a column
Дата
Msg-id 3F567B74.3080005@lamundial.hn
обсуждение исходный текст
Ответ на Re: TCL trigger doesn't work after deleting a column  (Josué Maldonado <josue@lamundial.hn>)
Ответы Re: TCL trigger doesn't work after deleting a column  (darren@crystalballinc.com)
Re: TCL trigger doesn't work after deleting a column  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Noticed that the loop does not go through all fields:

foreach id [array names NEW] {
   elog NOTICE "ID tiene $id)"
   elog NOTICE "OLD tiene $OLD($id)"
   elog NOTICE "NEW tiene $NEW($id)"
}

foreach id [array names OLD] {
   elog NOTICE "ID tiene $id)"
   elog NOTICE "OLD tiene $OLD($id)"
   elog NOTICE "NEW tiene $NEW($id)"
}

Both cases the loop skips some fields, any idea?

Thanks.



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Index not being used ?
Следующее
От: elein
Дата:
Сообщение: Re: CPAN, P for postgresql [Re: LAST_DAY Function in Postgres]