Re: System username in 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>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: System username in pg_stat_activity
Date: 2024-10-07 01:10:09
Message-ID: ZwM08Q8AH2IYnhG2@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 20, 2024 at 10:32:53PM +0100, Magnus Hagander wrote:
> In a way, that's yet another different type of values though -- it
> contains accumulated stats. So we really have 3 types -- "info" that's
> not really stats (username, etc), "current state" (query, wait events,
> state) and "accumulated stats" (counters since start).If we don't want
> to combine them all, we should perhaps not combine any and actually
> have 3 views?

This is the last message sent on this thread, and an entry was still
registered in the CF app, so I am marking that as RwF for now.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-10-07 04:21:54 Re: GUC names in messages
Previous Message Michael Paquier 2024-10-07 01:07:10 Re: Function for listing pg_wal/summaries directory