Re: Audit-trail engine: getting the application's layer user_id

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: Audit-trail engine: getting the application's layer user_id
Дата
Msg-id m3lkggr222.fsf@conexa.fciencias.unam.mx
обсуждение исходный текст
Ответ на Re: Audit-trail engine: getting the application's layer user_id  (Tilmann Singer <tils-pgsql@tils.net>)
Ответы Re: Audit-trail engine: getting the application's layer user_id
Список pgsql-general
Tilmann Singer <tils-pgsql@tils.net> writes:

> So the view will reference the original table and not the temporary
> table. Is there a way to achieve this kind of transaction local
> setting? A transaction based solution would give more security in a
> situation where a web app server uses a connection pool and you can
> not guarantee 100% that your reset code is called properly at request
> init.

Nop, you do the reset part *at the end* of the request cycle:

   set session id
   handle request
   reset session id

So, you can guarantee that the id of the session is reset and the
connection properly disposed to the pool.

Regards,
Manuel.

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

Предыдущее
От: Manuel Sugawara
Дата:
Сообщение: Re: Audit-trail engine: getting the application's layer user_id
Следующее
От: "sangeetha k.s"
Дата:
Сообщение: reg: bitmap index implementation