[GENERAL] A question about RAISE NOTICE

2009-05-07 Thread Luigi N. Puleio
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 th

Re: [GENERAL] A question about RAISE NOTICE

2009-05-08 Thread Luigi N. Puleio
bject: Re: [GENERAL] A question about RAISE NOTICE To: "Craig Ringer" Cc: "Luigi N. Puleio" , pgsql-general@postgresql.org Date: Thursday, May 7, 2009, 11:51 PM On Thu, 7 May 2009, Craig Ringer wrote: > Most programs will not be aware of notice messages. Unlike error > me