Re: Server-side hooks for user session start and session end - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Server-side hooks for user session start and session end
Date
Msg-id CAFj8pRBiX+ziFdsn6eE746Kkp5USLNE_3mEeXrqgTDAMHzabDA@mail.gmail.com
Whole thread Raw
In response to Re: Server-side hooks for user session start and session end  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: Server-side hooks for user session start and session end
List 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 by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Server-side hooks for user session start and session end
Next
From: Pavel Stehule
Date:
Subject: Re: Server-side hooks for user session start and session end