Re: How to install login_hook in Postgres 10.5

2019-10-05 Thread legrand legrand
pavan95 wrote > Hello Community, > > While I was searching for logon trigger in postgres similar to that of > Oracle, I came across "login_hook", which can be installed as a Postgres > database extension to mimic a logon trigger. > > But I tried to install but failed. Error is that it could not

Re: How to install login_hook in Postgres 10.5

2019-08-01 Thread Michael Paquier
On Thu, Aug 01, 2019 at 05:01:17AM -0700, legrand legrand wrote: > Shouldn't we update associated commitfest entry > https://commitfest.postgresql.org/15/1318/ > > to give it a chance to be included in pg13 ? Well, it is mainly a matter of finding somebody willing to do the legwork, in which

Re: How to install login_hook in Postgres 10.5

2019-08-01 Thread legrand legrand
Hello, shouldn't we update associated commitfest entry https://commitfest.postgresql.org/15/1318/ to give it a chance to be included in pg13 ? Regards PAscal -- Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: How to install login_hook in Postgres 10.5

2019-05-18 Thread Andrew Dunstan
On 5/14/19 8:34 AM, Joe Conway wrote: > On 5/13/19 8:32 PM, Michael Paquier wrote: >> On Mon, May 13, 2019 at 01:06:10PM -0700, legrand legrand wrote: >>> that finished commited >>> "pgsql: Add hooks for session start and session end" >>>

Re: How to install login_hook in Postgres 10.5

2019-05-14 Thread Joe Conway
On 5/13/19 8:32 PM, Michael Paquier wrote: > On Mon, May 13, 2019 at 01:06:10PM -0700, legrand legrand wrote: >> that finished commited >> "pgsql: Add hooks for session start and session end" >>

Re: How to install login_hook in Postgres 10.5

2019-05-13 Thread Michael Paquier
On Mon, May 13, 2019 at 01:06:10PM -0700, legrand legrand wrote: > that finished commited > "pgsql: Add hooks for session start and session end" > https://www.postgresql.org/message-id/flat/575d6fa2-78d0-4456-8600-302fc35b2591%40dunslane.net#0819e315c6e44c49a36c69080cab644d > > but was finally

Re: How to install login_hook in Postgres 10.5

2019-05-13 Thread legrand legrand
Hello, This extension https://github.com/splendiddata/login_hook seems very interesting ! But I didn't test it myself and maybe the best place to ask support is there https://github.com/splendiddata/login_hook/issues For information there is something equivalent in core "[PATCH] A hook for

Re: How to install login_hook in Postgres 10.5

2019-05-13 Thread pavan95
Hello Community, While I was searching for logon trigger in postgres similar to that of Oracle, I came across "login_hook", which can be installed as a Postgres database extension to mimic a logon trigger. But I tried to install but failed. Error is that it could not find its .so file. Could