From: thhal at mailblocks.com (Thomas Hallgren) Date: Wed, 25 May 2005 11:47:24 +0200 Subject: [Pljava-dev] Re: the relation ID of the table on which the trigger occured. In-Reply-To: <429448DB.5020507@lewczuk.com> References: <42942E42.9090005@mailblocks.com> <4294383B.3080507@lewczuk.com> <42944238.6060609@mailblocks.com> <429448DB.5020507@lewczuk.com> <429449AC.4070607@mailblocks.com> Message-ID: Marek Lewczuk wrote: > Note that plpgsql's TG_RELNAME variable contains the table name > without schema... > Ok, so perhaps a getSchemaName() should be added to TriggerData then. And on the Oid class: public static Oid forRelation(String schemaName, String relationName); Regards, Thomas Hallgren