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
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