Re: How to install login_hook in Postgres 10.5

From: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to install login_hook in Postgres 10.5
Date: 2019-05-13 11:18:26
Message-ID: 1557746306272-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2019-05-13 11:20:35 Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot()
Previous Message David Rowley 2019-05-13 10:50:59 Re: PostgreSQL 12: Feature Highlights