Since I'm executing this from a PgSQL function, can be SQLWarning eventually 
called from inside the function?....

and to use it let me guess I have to install something related to java like JRE 
1.5.0?... 

Thanks 
Ciao, Luigi

--- On Thu, 5/7/09, Kris Jurka <[email protected]> wrote:

From: Kris Jurka <[email protected]>
Subject: Re: [GENERAL] A question about RAISE NOTICE
To: "Craig Ringer" <[email protected]>
Cc: "Luigi N. Puleio" <[email protected]>, [email protected]
Date: Thursday, May 7, 2009, 11:51 PM



On Thu, 7 May 2009, Craig Ringer wrote:

> Most programs will not be aware of notice messages. Unlike error
> messages there's no provision for them in standard JDBC/ODBC/etc APIs,
> and you have to specifically ask the client driver for them. Unless your
> app is aware of PostgreSQL specifically, it won't be doing that.

The JDBC API has a SQLWarning that we map notice messages to and are understood 
by client tools.

http://java.sun.com/javase/6/docs/api/java/sql/SQLWarning.html

Kris Jurka

-- Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



      

Reply via email to