From: marek at lewczuk.com (Marek Lewczuk) Date: Tue, 10 May 2005 20:18:17 +0200 Subject: [Pljava-dev] Raise "NOTICE" with pljava Message-ID: Hello, In plpgsql we can raise "notice" with command "RAISE NOTICE" - I don't see any build-in pljava methods to raise notice or I'm wrong ? I know that I can raise warning with standard SQLWarning object, but "warning" is not equal to "notice". Very simple solution is to write e.g. raiseNotice(varchar) method in plpgsql, but I would like to know if there is any native method. Thanks. ML