Re: User roles for gathering performance metrics data

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Siraj G <tosiraj(dot)g(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: User roles for gathering performance metrics data
Date: 2024-03-27 05:33:26
Message-ID: 3CA91D7E-0CD1-41BD-B710-3785D86645CE@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Mar 26, 2024, at 22:30, Siraj G <tosiraj(dot)g(at)gmail(dot)com> wrote:
> I am from Oracle background. In Oracle, we grant select_catalog_role or select any dictionary role to users who want to study performance data. I am trying to get similar information on the roles or privileges in PgSQL that we might want to request to investigate the performance problems?

You probably want pg_monitor:

https://www.postgresql.org/docs/current/predefined-roles.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2024-03-27 05:34:59 Re: User roles for gathering performance metrics data
Previous Message Siraj G 2024-03-27 05:30:24 User roles for gathering performance metrics data