RAISE NOTICE

From: "Luigi N(dot) Puleio" <npuleio(at)rocketmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: RAISE NOTICE
Date: 2009-05-08 09:05:08
Message-ID: 424047.80512.qm@web33503.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Maximilian Tyrtania 2009-05-08 09:28:40 Re: Distinct oddity
Previous Message Craig Ringer 2009-05-08 05:26:14 select regexp_matches('a a a', '([a-z]) a','g');