Re: INSERT or UPDATE TRIGGER

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: INSERT or UPDATE TRIGGER
Дата
Msg-id 20836.1239134859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: INSERT or UPDATE TRIGGER  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Ответы Re: INSERT or UPDATE TRIGGER  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Список pgsql-general
"James B. Byrne" <byrnejb@harte-lyne.ca> writes:
> I am poking in the dark here.  What I want to do is to determine if
> the trigger is firing and whether the function works as intended.
> At the moment I am not seeing anything show up in the secondary
> table so I have done something wrong.  Is there some way of getting
> PG to tell me what it is doing?

You might find it more useful to add some elog(LOG) statements to the
trigger body.

            regards, tom lane

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

Предыдущее
От: Cha Yang
Дата:
Сообщение: tables filled to 1 Gig each
Следующее
От: "James B. Byrne"
Дата:
Сообщение: Re: INSERT or UPDATE TRIGGER