From: marek at lewczuk.com (Marek Lewczuk) Date: Wed, 25 May 2005 12:57:54 +0200 Subject: [Pljava-dev] Re: the relation ID of the table on which the trigger occured. In-Reply-To: References: <42942E42.9090005@mailblocks.com> <4294383B.3080507@lewczuk.com> <42944238.6060609@mailblocks.com> <429448DB.5020507@lewczuk.com> <429449AC.4070607@mailblocks.com> Message-ID: <42945A32.4090503@lewczuk.com> Thomas Hallgren napisa?(a): > 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); Would be great. Should I fill "feature request" form ? Best regards, ML