Re: Trigger is not working for Inserts from the application

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Trigger is not working for Inserts from the application
Дата
Msg-id 9983d47a-fb78-e886-260a-2d107cfbd1bd@aklaver.com
обсуждение исходный текст
Ответ на Re: Trigger is not working for Inserts from the application  (Kiran <bangalore.kiran@gmail.com>)
Список pgsql-general
On 09/10/2016 02:02 PM, Kiran wrote:
> Hi Tom,
>
> I have checked and the trigger is not disabled.
>
> and \drds results
> Role=blank
> database = mydatabase
> settings = default_text_search_config=pg_catalog.swedish
>
> Any other tips or suggestions please.

Did you see this post?:

https://www.postgresql.org/message-id/10840.1473539270%40sss.pgh.pa.us

>
> regards
> Kiran
>
>
>
> On Sat, Sep 10, 2016 at 9:26 PM, Tom Lane <tgl@sss.pgh.pa.us
> <mailto:tgl@sss.pgh.pa.us>> wrote:
>
>     Kiran <bangalore.kiran@gmail.com <mailto: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
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Kiran
Дата:
Сообщение: Re: Trigger is not working for Inserts from the application
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Question about locking and pg_locks