[Pljava-dev] Re: the relation ID of the table on which the trigger occured.

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] Re: the relation ID of the table on which the trigger occured.
Date: 2005-05-25 09:47:24
Message-ID: thhal-0LuJvA//0zTYFVaXgepPiv3GHDCfJ2F@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Marek Lewczuk 2005-05-25 10:57:54 [Pljava-dev] Re: the relation ID of the table on which the trigger occured.
Previous Message Marek Lewczuk 2005-05-25 09:43:55 [Pljava-dev] Re: the relation ID of the table on which the trigger occured.