How do I capture the message from user defined function - Mailing list pgsql-jdbc

From etsuko shimabukuro
Subject How do I capture the message from user defined function
Date
Msg-id PCEJINOPBBELPMMMEOJPIEPPCAAA.etsukos@meta-bit.com
Whole thread Raw
Responses Re: How do I capture the message from user defined function  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hello,

This is my first time to write a program to use JDBC.

I'm trying to get a message which has been raised within my user-defined
function.
The message is created by using "raise notice".  This message is not error
so I'm using "notice" level.

If anyone could advise me, I would appreciate very much.

Regards,
----------------------------------
Etsuko Shimabukuro
etsukos@meta-bit.com
tel: +81-3-3664-4160
fax: +81-3-3664-4165
----------------------------------



pgsql-jdbc by date:

Previous
From: Bill Schneider
Date:
Subject: PreparedStatement.setBytes on OIDs
Next
From: Kris Jurka
Date:
Subject: Re: How do I capture the message from user defined function