From: marek at lewczuk.com (Marek Lewczuk) Date: Wed, 25 May 2005 11:43:55 +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> Message-ID: <429448DB.5020507@lewczuk.com> Thomas Hallgren napisa?(a): > Marek Lewczuk wrote: > >> Thomas Hallgren napisa?(a): >> >>> The TriggerData.getTableName() will give you the name of the relation. > That's a bug in that case. The table must of course be qualified. Note that plpgsql's TG_RELNAME variable contains the table name without schema... Regards, ML