Re: How to identify users with super privilegies in postgress ?

From: Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>
To: marcos sr <msr(dot)mailing(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: How to identify users with super privilegies in postgress ?
Date: 2018-03-09 05:14:33
Message-ID: CAGDYbUNsz1VgCX+jsbsD9CuD8x1eM2=nbT34wpeZX7YKiN0DTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can identify the user privileges by using "\du+" or querying pg_user
catalog table from Psql terminal.

<http://www.shreeyansh.com>

On Thu, Mar 8, 2018 at 11:05 PM, marcos sr <msr(dot)mailing(at)gmail(dot)com> wrote:

> Hello,
>
> I'm new on postgress, I need verify if exists users with "super
> privileges" in postgress 8.4.
>
> What commands should I run? And what files i need look?
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message ALEXANDER JOSE 2018-03-09 16:17:52 Re: How to identify users with super privilegies in postgress ?
Previous Message Craig Ringer 2018-03-09 01:55:53 Re: Logical WAL streaming & START_REPLICATION