Re: [ADMIN] List of users - Mailing list pgsql-admin

From Gene Selkov Jr.
Subject Re: [ADMIN] List of users
Date
Msg-id 199810011846.NAA25576@antares.mcs.anl.gov
Whole thread Raw
In response to List of users  ("Jason R. Madrid" <jasonm@usubks1.tsc.usu.edu>)
List pgsql-admin
> Dumb question, but I've been searching all day and can't find any way to
> get a current list of Postgres users on my system.  How do I do so?

psql -d template1 -c "select * from pg_user"

Gene

pgsql-admin by date:

Previous
From: "Jason R. Madrid"
Date:
Subject: List of users
Next
From: "Gene Selkov Jr."
Date:
Subject: Re: [ADMIN] COPY slows down; is it normal?