On Mon, 3 Feb 2003, etsuko shimabukuro wrote:
>
> 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.
>
Try using the getWarnings() method of the Connection object.
Kris Jurka