Re: Trigger is not working for Inserts from the application - Mailing list pgsql-general

From Tom Lane
Subject Re: Trigger is not working for Inserts from the application
Date
Msg-id 8710.1473535563@sss.pgh.pa.us
Whole thread Raw
In response to Re: Trigger is not working for Inserts from the application  (Kiran <bangalore.kiran@gmail.com>)
Responses Re: Trigger is not working for Inserts from the application  (Kiran <bangalore.kiran@gmail.com>)
List pgsql-general
Kiran <bangalore.kiran@gmail.com> writes:
> But I do not know how to check whether the application is subject to
> different ALTER USER .... SET parameters.

psql's \drds ("display role/database SETs") would help.

BTW, have you checked that the trigger is not disabled, and that there
isn't another trigger undoing its work?  (psql's \d command on the table
should show these things.)

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Trigger is not working for Inserts from the application
Next
From: Kiran
Date:
Subject: Re: Trigger is not working for Inserts from the application