Re: Addition of authenticated ID to pg_stat_activity

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Stephen Frost <sfrost(at)snowman(dot)net>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Addition of authenticated ID to pg_stat_activity
Date: 2021-05-21 04:28:32
Message-ID: YKc2zg7xeQLdX0ig@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 18, 2021 at 11:20:49AM +0900, Michael Paquier wrote:
> So that would mean the addition of one new catalog view, called
> pg_stat_connection, with the following fields:
> - PID
> - all three client_*
> - authn ID
> I can live with this split. Thoughts from others?

Just to make the discussion move on, attached is an updated version
doing that.
--
Michael

Attachment Content-Type Size
v2-0001-Add-authenticated-data-to-pg_stat_activity.patch text/x-diff 27.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-05-21 04:45:20 Re: Transactions involving multiple postgres foreign servers, take 2
Previous Message Amit Langote 2021-05-21 04:02:21 Re: Multi-Column List Partitioning