Re: RAISE NOTICE - Mailing list pgsql-sql

From Milen A. Radev
Subject Re: RAISE NOTICE
Date
Msg-id gu16e2$5st$1@ger.gmane.org
Whole thread Raw
In response to Re: RAISE NOTICE  ("Luigi N. Puleio" <npuleio@rocketmail.com>)
List pgsql-sql
Luigi N. Puleio написа:
> Sort of....the message should come along a standalone application too when with an ADO component I do a Post() which
callsthe function...just the matter is I can't modify the application to manage a possibly notification...only the
postgresql'sfunction...
 
> That's why I'm asking about a possibility to get a notification from the function like it's an EXCEPTION...
[...]

I believe the fine manual is clear about this
(http://www.postgresql.org/docs/current/static/plpgsql-errors-and-messages.html):

"Whether messages of a particular priority are reported to the client,
written to the server log, or both is controlled by the log_min_messages
and client_min_messages configuration variables. See Chapter 18 for more
information."


-- 
Milen A. Radev



pgsql-sql by date:

Previous
From: "Luigi N. Puleio"
Date:
Subject: Re: RAISE NOTICE
Next
From: "Luigi N. Puleio"
Date:
Subject: Re: RAISE NOTICE