A question about RAISE NOTICE

Поиск
Список
Период
Сортировка
От Luigi N. Puleio
Тема A question about RAISE NOTICE
Дата
Msg-id 29592.60792.qm@web33503.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: A question about RAISE NOTICE  (Craig Ringer <craig@postnewspapers.com.au>)
Re: A question about RAISE NOTICE  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Список pgsql-general
Hello everyone,

I have a question concerning RAISE NOTICE.... I have a plpgsql function where it has a code like this:

IF (condition) THEN
    RAISE NOTICE 'This condition is verified';
END IF;


and this function is fired when I modify a view's field which as a RULE INSTEAD DO where it calls this function. The result I'd like would be to notice me with a on-display message with a window having an OK button (like when I use EXCEPTION). which would tell me the condition is verified....

I settled client_min_messages to notice which it should return me a message but it doesn't show me any message...

Shall I have missed something maybe?...

Thanks
Ciao
Luigi

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Power outage and funny chars in the logs
Следующее
От: Conrad Lender
Дата:
Сообщение: Re: "No transaction in progress" warning