Re: PostgreSQL trigger on user logon - Mailing list pgsql-sql

From Steve Midgley
Subject Re: PostgreSQL trigger on user logon
Date
Msg-id CAJexoS+tj=HNSs2N1trTM0CRS2y4xsAt-5tLsGdvQbmvDmepqw@mail.gmail.com
Whole thread Raw
In response to PostgreSQL trigger on user logon  (Kevin Tu <kevintu888@gmail.com>)
List pgsql-sql

On Fri, Mar 18, 2022 at 7:47 AM Kevin Tu <kevintu888@gmail.com> wrote:
Hi team,

We're switching over from Oracle to PostgreSQL, and apologies in advance if this is too newbie a question, but can we write a trigger in Posgres to record user logon for audit purposes? I'd thought there would be some "after/before logon trigger" that'll achieve this, but I've been googling around to no avail. 

This was discussed here last year. The net-net is to use this plugin: https://github.com/splendiddata/login_hook


Hopefully that helps!
Steve 

pgsql-sql by date:

Previous
From: Kevin Tu
Date:
Subject: PostgreSQL trigger on user logon
Next
From: Jian He
Date:
Subject: the order of operator computation