Re: Server-side hooks for user session start and session end

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Server-side hooks for user session start and session end
Дата
Msg-id CAFj8pRBiX+ziFdsn6eE746Kkp5USLNE_3mEeXrqgTDAMHzabDA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Server-side hooks for user session start and session end  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: Server-side hooks for user session start and session end
Список pgsql-general

2015-09-27 21:40 GMT+02:00 Jim Nasby <Jim.Nasby@bluetreble.com>:
_PG_fini

It should not work - see a doc

If the file includes a function named _PG_fini, that function will be called immediately before unloading the file. Likewise, the function receives no parameters and should return void. Note that _PG_fini will only be called during an unload of the file, not during process termination. (Presently, unloads are disabled and will never occur, but this may change in the future.)

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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Server-side hooks for user session start and session end
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Server-side hooks for user session start and session end