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

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Nikolai Zhubr <n-a-zhubr(at)yandex(dot)ru>, PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server-side hooks for user session start and session end
Date: 2015-09-27 19:59:39
Message-ID: CAFj8pRBiX+ziFdsn6eE746Kkp5USLNE_3mEeXrqgTDAMHzabDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2015-09-27 21:40 GMT+02:00 Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)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.)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2015-09-27 20:22:53 Re: Server-side hooks for user session start and session end
Previous Message Jim Nasby 2015-09-27 19:40:24 Re: Server-side hooks for user session start and session end