finding schema of table that called a trigger - Mailing list pgsql-sql

From Jeff Hoffmann
Subject finding schema of table that called a trigger
Date
Msg-id 4234B15F.7020406@propertykey.com
Whole thread Raw
Responses Re: finding schema of table that called a trigger
List pgsql-sql
Is there a variable defined that has the schema of the table that called 
the trigger (like TG_RELNAME = table name)?  I didn't see anything in 
the documentation.  Is the only way to get that to look it up with TG_RELID?

-- 
Jeff Hoffmann
jeff@propertykey.com


pgsql-sql by date:

Previous
From: Andrew - Supernews
Date:
Subject: Re: Parameterized views proposition
Next
From: "Moran.Michael"
Date:
Subject: How to cast VARCHAR to BYTEA and vice-versa?