Re: RAISE NOTICE

Поиск
Список
Период
Сортировка
От Gerardo Herzig
Тема Re: RAISE NOTICE
Дата
Msg-id 4A043641.7040700@fmed.uba.ar
обсуждение исходный текст
Ответ на Re: RAISE NOTICE  ("Luigi N. Puleio" <npuleio@rocketmail.com>)
Список pgsql-sql
Luigi N. Puleio wrote:

> --- On Fri, 5/8/09, Gerardo Herzig <gherzig@fmed.uba.ar> wrote:
> 
> From: Gerardo Herzig <gherzig@fmed.uba.ar>
> Subject: Re: [SQL] RAISE NOTICE
> To: "Luigi N. Puleio" <npuleio@rocketmail.com>
> Cc: pgsql-sql@postgresql.org
> Date: Friday, May 8, 2009, 11:34 AM
> 
> Luigi N. Puleio wrote:
>> Hello everyone...
>>
>> I have a PL/PgSQL function where I use RAISE NOTICE but this kind of RAISE can't be shown on windows with a popup
messagelike the EXCEPTION, indeed it goes to log messages list..
 
>> So, is there any way to show a popup message with a custom textmessage on it from a PL/PgSQL function?...
>>
>> Thanks to all in advance,
>> Ciao
>> Luigi
>>
>>
>>
>>        
> That looks like a sql-client (pgAdmin, pgAccess,?) implementation
> feature, isnt?
> 
> Gerardo
> 
> Sort of....the message should come along a standalone application too
when with an ADO component I do a Post() which calls the function...just
the matter is I can't modify the application to manage a possibly
notification...only the postgresql's function...
> That's why I'm asking about a possibility to get a notification from
the function like it's an EXCEPTION...
>

Well, in that case, the ADO component is the client. This is the place
to modify de code, to capture the NOTICE. Im shure the ADO (or any other
component who actually connect to the database and makes the query) has
the ability to react when an EXCEPTION is thrown. My guess is that
EXCEPTION's goes trough StandardError, but NOTICE's goes trough
StandardOutput, and that could be some idea why your app is not getting
notice about NOTICES :)

I will wait for some expert dude to respond this, because im going
myself into unknown territory.

Gerardo



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

Предыдущее
От: "Luigi N. Puleio"
Дата:
Сообщение: Re: RAISE NOTICE
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Distinct oddity