PL/pgSQL Trigger - Variable for shema? Like TG_RELNAME - Mailing list pgsql-novice

From Christian Hofmann
Subject PL/pgSQL Trigger - Variable for shema? Like TG_RELNAME
Date
Msg-id 011a01c5de00$28578dc0$7b00a8c0@CHRISSI
Whole thread Raw
Responses Re: PL/pgSQL Trigger - Variable for shema? Like TG_RELNAME  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
Hello,

while my trigger is fired, I can access the variable "TG_RELNAME" to get the
name of the table that is updated.
How will I get the name of the shema this table is stored?

Thank you,

Christian


pgsql-novice by date:

Previous
From: Mag Gam
Date:
Subject: PHP Handling Errors
Next
From: "A. Kretschmer"
Date:
Subject: Re: PL/pgSQL Trigger - Variable for shema? Like TG_RELNAME