Thread: Re: know the schema name in a trigger

Re: know the schema name in a trigger

From
Tomasz Myrta
Date:
danilo.juvinao napisal 2008-01-12 01:18:
> Hello,
>
> i want know how can i get the schema name that execute a trigger.
>
> for example, if a have a schema "myschema" and a table "mytable" and
> it have a trigger procedure, i want know inside the trigger procedure,
> with plpgsql, the shcema name "myschema"..

Did you try function current_schema() ?

--
Regards,
Tomasz Myrta

Re: know the schema name in a trigger

From
"danilo.juvinao"
Date:
I did try it but always get "public".

i want get the schema that execute the trigger, because i have a
function that is used by diferents tables in diferents schemas.


thanks for your help,
Danilo