Re: How to install login_hook in Postgres 10.5 - Mailing list pgsql-hackers

From legrand legrand
Subject Re: How to install login_hook in Postgres 10.5
Date
Msg-id 1570308356720-0.post@n3.nabble.com
Whole thread Raw
In response to Re: How to install login_hook in Postgres 10.5  (pavan95 <pavan.postgresdba@gmail.com>)
List pgsql-hackers
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 find its .so
> file.  Could you please help me in installing this login_hook ??
> 
> Looking forward to hear from you. Any suggestions would be of great help!
> 
> Thanks & Regards,
> Pavan
> 
> 
> 
> --
> Sent from:
> http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

issue
ERROR:  could not access file "login_hook.so": No such file or directory
has been fixed see:
https://github.com/splendiddata/login_hook/issues/1

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Transparent Data Encryption (TDE) and encrypted files
Next
From: Nikolay Shaplov
Date:
Subject: [PATCH] Add some useful asserts into View Options macroses